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.
2 parents 929f9d9 + 98bffb2 commit 4d7b77bCopy full SHA for 4d7b77b
terraform/account-wide-infrastructure/mgmt/iam__developer-role.tf
@@ -77,7 +77,8 @@ module "developer_policy" {
77
]
78
Effect = "Allow"
79
Resource = [
80
- data.aws_secretsmanager_secret.dev_account_id.arn
+ data.aws_secretsmanager_secret.dev_account_id.arn,
81
+ data.aws_secretsmanager_secret.test_account_id.arn
82
83
},
84
{
0 commit comments