File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44locals {
55
66 # from infra/environments/non-prod/variables.tfvars
7+ # NOTE: this is only going to work in non-prod for now.
78
89 imms_account_id = " 345594581768"
9- admin_role = " root" # We shouldn't be using the root account. There should be an Admin role
10+ admin_role = " root"
1011 dev_ops_role = " role/DevOps"
1112 auto_ops_role = " role/auto-ops"
12- environment = " internal-dev"
1313
1414 # from infra/kms.tf
1515
@@ -69,7 +69,7 @@ locals {
6969
7070 # MNS id/role: ultimately these should go in infra/environments/<env>/variables.tfvars
7171
72- mns_account_id = local . environment == " prod " ? 758334270304 : 631615744739
72+ mns_account_id = " 631615744739"
7373 mns_admin_role = " role"
7474
7575 policy_statement_allow_mns = {
You can’t perform that action at this time.
0 commit comments