File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ locals {
12
12
13
13
create_bucket_acl = (var. acl != null && var. acl != " null" ) || length (local. grants ) > 0
14
14
15
- attach_policy = var. attach_require_latest_tls_policy || var. attach_elb_log_delivery_policy || var. attach_lb_log_delivery_policy || var. attach_deny_insecure_transport_policy || var. attach_inventory_destination_policy || var. attach_deny_incorrect_encryption_headers || var. attach_deny_incorrect_kms_key_sse || var. attach_deny_unencrypted_object_uploads || var. attach_policy
15
+ attach_policy = var. attach_require_latest_tls_policy || var. attach_access_log_delivery_policy || var . attach_elb_log_delivery_policy || var. attach_lb_log_delivery_policy || var. attach_deny_insecure_transport_policy || var. attach_inventory_destination_policy || var. attach_deny_incorrect_encryption_headers || var. attach_deny_incorrect_kms_key_sse || var. attach_deny_unencrypted_object_uploads || var. attach_policy
16
16
17
17
# Variables with type `any` should be jsonencode()'d when value is coming from Terragrunt
18
18
grants = try (jsondecode (var. grant ), var. grant )
You can’t perform that action at this time.
0 commit comments