Replies: 1 comment
-
Ah, good question. Because the There are several possible solutions, for example introducing a function like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think this might be a limitation of the HCL parser, but
when I have tf code like this
I am struggling to create a rule to enforce that ignore_changes = [tags] must exist. The best I can manage is this rule
which passes when I wrap tags in the double quotations
,but
"tags"
is deprecated and a warning message is given fromtf plan
@wata727 is there a way to write a rego rule to enforce
ignore_changes = [tags]
or is this an actual limitation of the HCL parser ?Beta Was this translation helpful? Give feedback.
All reactions