Skip to content

Commit

Permalink
MLPAB-1637 Add allowed arns for modernising to call (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawx authored Dec 13, 2023
1 parent e8efa1e commit 89821f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/environment/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"is_production": false,
"allowed_arns": [
"arn:aws:iam::493907465011:role/operator",
"arn:aws:iam::493907465011:role/lpa-store-ci"
"arn:aws:iam::493907465011:role/lpa-store-ci",
"arn:aws:iam::653761790766:role/operator",
"arn:aws:iam::653761790766:role/breakglass",
"arn:aws:iam::653761790766:root"
]
}
}
Expand Down

0 comments on commit 89821f8

Please sign in to comment.