We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cb3d0 commit 40aee44Copy full SHA for 40aee44
infra/app-flask/service/bda.tf
@@ -40,9 +40,6 @@ module "bda_test" {
40
tags = [{ key = "example_tag_key", value = "example_tag_value" }]
41
}
42
43
- name_prefix = "bda_module_test"
44
- bucket_policy_arns = set(
45
- module.bda_input_bucket.arn,
46
- module.bda_output_bucket.arn
47
- )
+ name_prefix = "bda_module_test"
+ bucket_policy_arns = set([module.bda_input_bucket.arn, module.bda_output_bucket.arn])
48
0 commit comments