Skip to content

Commit f737a78

Browse files
authored
Use correct DevOps role in KMS key policies in dev. (#802)
1 parent 24a1980 commit f737a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/environments/dev/variables.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ imms_account_id = "345594581768"
22
dspp_account_id = "603871901111"
33
mns_account_id = "631615744739"
44
admin_role = "root" # We shouldn't be using the root account. There should be an Admin role
5-
dev_ops_role = "role/DevOps"
5+
dev_ops_role = "role/aws-reserved/sso.amazonaws.com/eu-west-2/AWSReservedSSO_DEV-IMMS-Devops_745af4f208886ecc"
66
dspp_admin_role = "root"
77
mns_admin_role = "role/nhs-mns-events-lambda-delivery"
88
environment = "dev"

0 commit comments

Comments
 (0)