Skip to content

Commit 4e3f440

Browse files
committed
variables updated
1 parent 9613519 commit 4e3f440

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

infra/environments/non-prod/variables.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dev_ops_role = "role/DevOps"
55
auto_ops_role = "role/auto-ops"
66
dspp_admin_role = "root"
77
environment = "non-prod"
8-
parent_route53_zone_name = "dev.vds.platform.nhs.uk" # TBC for prod might be blue/green
9-
child_route53_zone_name = "imms.dev.vds.platform.nhs.uk" # TBC for prod might be blue/green
8+
parent_route53_zone_name = "dev.vds.platform.nhs.uk"
9+
child_route53_zone_name = "imms.dev.vds.platform.nhs.uk"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
imms_account_id = "664418956997"
22
dspp_account_id = "232116723729"
3-
admin_role = "" # We shouldn't be using the root account. There should be an Admin role
4-
dev_ops_role = ""
3+
admin_role = "role/aws-reserved/sso.amazonaws.com/eu-west-2/AWSReservedSSO_PROD-IMMS-Admin_edd6691e4b74064e"
4+
dev_ops_role = "role/aws-reserved/sso.amazonaws.com/eu-west-2/AWSReservedSSO_PROD-IMMS-Devops_8f32c62195d56b76"
55
auto_ops_role = "role/auto-ops"
66
dspp_admin_role = "root"
77
environment = "prod"
8-
parent_route53_zone_name = "imms.dev.vds.platform.nhs.uk" # TBC for prod might be blue/green
9-
child_route53_zone_name = "imms.dev.vds.platform.nhs.uk" # TBC for prod might be blue/green
8+
parent_route53_zone_name = "prod.vds.platform.nhs.uk"
9+
child_route53_zone_name = "imms.prod.vds.platform.nhs.uk"

0 commit comments

Comments
 (0)