Skip to content

Commit 9678db2

Browse files
committed
NRL-679 Fix access token for environments in the test account
1 parent b8555d6 commit 9678db2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/account-wide-infrastructure/mgmt/iam__developer-role.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ module "developer_policy" {
7777
]
7878
Effect = "Allow"
7979
Resource = [
80-
data.aws_secretsmanager_secret.dev_account_id.arn
80+
data.aws_secretsmanager_secret.dev_account_id.arn,
81+
data.aws_secretsmanager_secret.test_account_id.arn
8182
]
8283
},
8384
{

0 commit comments

Comments
 (0)