Skip to content

Commit

Permalink
Attempt to fix terraform fmt linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HWallenberg committed Jan 28, 2025
1 parent fab476b commit 2a61006
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions terraform/config_development.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
region = "eu-west-2"
environment = "development"
base_domain = "dev.trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 2
min_capacity = 1
max_capacity = 3
region = "eu-west-2"
environment = "development"
base_domain = "dev.trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 2
min_capacity = 1
max_capacity = 3
google_tag_manager_container_id = "GTM-T3DVNHRW"
16 changes: 8 additions & 8 deletions terraform/config_production.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
region = "eu-west-2"
environment = "production"
base_domain = "trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 3
min_capacity = 2
max_capacity = 5
region = "eu-west-2"
environment = "production"
base_domain = "trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 3
min_capacity = 2
max_capacity = 5
google_tag_manager_container_id = "GTM-KPM7NRDG"
16 changes: 8 additions & 8 deletions terraform/config_staging.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
region = "eu-west-2"
environment = "staging"
base_domain = "staging.trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 3
min_capacity = 2
max_capacity = 5
region = "eu-west-2"
environment = "staging"
base_domain = "staging.trade-tariff.service.gov.uk"
cpu = 1024
memory = 2048
service_count = 3
min_capacity = 2
max_capacity = 5
google_tag_manager_container_id = "GTM-M48MSVMQ"
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "service" {
{
name = "GOOGLE_TAG_MANAGER_CONTAINER_ID"
value = var.google_tag_manager_container_id
},
}
]

service_secrets_config = [
Expand Down

0 comments on commit 2a61006

Please sign in to comment.