We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f4ba3 commit 8de33cbCopy full SHA for 8de33cb
enforce-mandatory-tags.sentinel
@@ -72,7 +72,7 @@ validate_attribute_contains_list = func(type, attribute, required_values) {
72
"that is computed.")
73
# If you want computed values to cause the policy to fail,
74
# uncomment the next line.
75
- # validated = false
+ validated = false
76
} else {
77
# Validate that the attribute is a list or a map
78
if length(r.applied[attribute]) else 0 > 0 and
0 commit comments