Skip to content

Commit 3932f7a

Browse files
committed
local (temp) id_sync KMS key IV non-prod only
1 parent 8e01b4d commit 3932f7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/temp_id_sync_sqs_kms.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
locals {
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 = {

0 commit comments

Comments
 (0)