Skip to content

Commit d4d8695

Browse files
committed
Remove Addresses API DB from tfvars to stop ingesting snapshots
1 parent 20580c1 commit d4d8695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/config/prod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stack = "Core"
1010
transit_gateway_availability_zones = ["eu-west-2a", "eu-west-2b", "eu-west-2c"]
1111
transit_gateway_cidr = "10.120.32.0/24"
1212
transit_gateway_private_subnets = ["10.120.32.0/26", "10.120.32.64/26", "10.120.32.128/26"]
13-
rds_instance_ids = ["addresses-api-db-production-emergency-temp"]
13+
rds_instance_ids = []
1414
qlik_server_instance_type = "m5.2xlarge"
1515
qlik_ssl_certificate_domain = "qliksense.hackney.gov.uk"
1616
redshift_public_ips = ["18.168.126.173"]

0 commit comments

Comments
 (0)