You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to have composite rule within custom rule due to Terraform SDK limitation (nested datastructure as a schema is not supported)
Its possible to create a nested custom rule with api (in json)
Problem
It's not possible to have composite rule within custom rule due to Terraform SDK limitation (nested datastructure as a schema is not supported)
Its possible to create a nested custom rule with api (in json)
This rule cannot be translated directly into HCL
conformity_custom_rule
rules
block.Proposal
One way of solving this would be to:
operation
from therules
attributesconditions
type is string(validated as a json) that can be generatedconditions
to api request payload without extra processingI don't hold this for the best solution but I would still like to hear your opinion
The text was updated successfully, but these errors were encountered: