Skip to content

Commit

Permalink
Merge pull request #585 from trade-tariff/BAU-fixes-base-domain-dev-s…
Browse files Browse the repository at this point in the history
…taging

BAU: Update base_domain of dev and staging
  • Loading branch information
willfish authored Nov 6, 2023
2 parents 198b75a + ae2ec8b commit 6dc48fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/config_development.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
region = "eu-west-2"
environment = "development"
base_domain = "transformtariff.co.uk"
base_domain = "dev.trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 2
Expand Down
2 changes: 1 addition & 1 deletion terraform/config_staging.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
region = "eu-west-2"
environment = "staging"
base_domain = "ott-staging.co.uk"
base_domain = "staging.trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 3
Expand Down

0 comments on commit 6dc48fe

Please sign in to comment.