Skip to content

Commit 4d7b77b

Browse files
authored
Merge pull request #586 from NHSDigital/feature/thju1-NRL-679-fixAccessTokenForDevRef
[NRL-679] Fix access token for environments in the test account
2 parents 929f9d9 + 98bffb2 commit 4d7b77b

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)