We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7fd39 commit 2868f0bCopy full SHA for 2868f0b
terraform/core/10-aws-s3-buckets.tf
@@ -33,7 +33,8 @@ module "landing_zone" {
33
34
bucket_policy_statements = concat(
35
local.is_production_environment ? [
36
- local.allow_housing_reporting_role_access_to_landing_zone_path
+ local.allow_housing_reporting_role_access_to_landing_zone_path,
37
+ local.allow_access_from_academy_account
38
] : [],
39
local.is_preprod_env ? [
40
local.allow_housing_reporting_role_access_to_landing_zone_path_pre_prod,
0 commit comments