Skip to content

Commit

Permalink
Add allowed arns for modernising to call
Browse files Browse the repository at this point in the history
  • Loading branch information
hawx committed Dec 13, 2023
1 parent e8efa1e commit 0c73311
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion terraform/environment/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
"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::792093328875:role/preproduction-app-task-role",
"arn:aws:iam::792093328875:role/breakglass",
"arn:aws:iam::313879017102:role/production-app-task-role",
"arn:aws:iam::313879017102:role/breakglass",
"arn:aws:iam::653761790766:root"
]
}
}
Expand Down

0 comments on commit 0c73311

Please sign in to comment.