Skip to content

Commit 8de33cb

Browse files
author
Sean Carolan
committedAug 23, 2019
Fail on computed tags.
1 parent f7f4ba3 commit 8de33cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎enforce-mandatory-tags.sentinel

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ validate_attribute_contains_list = func(type, attribute, required_values) {
7272
"that is computed.")
7373
# If you want computed values to cause the policy to fail,
7474
# uncomment the next line.
75-
# validated = false
75+
validated = false
7676
} else {
7777
# Validate that the attribute is a list or a map
7878
if length(r.applied[attribute]) else 0 > 0 and

0 commit comments

Comments
 (0)
Please sign in to comment.