Skip to content

Commit 2868f0b

Browse files
authored
feat/allow academy account access to both production and staging landing ieg4 (#2555)
1 parent 2d7fd39 commit 2868f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/core/10-aws-s3-buckets.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ module "landing_zone" {
3333

3434
bucket_policy_statements = concat(
3535
local.is_production_environment ? [
36-
local.allow_housing_reporting_role_access_to_landing_zone_path
36+
local.allow_housing_reporting_role_access_to_landing_zone_path,
37+
local.allow_access_from_academy_account
3738
] : [],
3839
local.is_preprod_env ? [
3940
local.allow_housing_reporting_role_access_to_landing_zone_path_pre_prod,

0 commit comments

Comments
 (0)