From 8b0b1a57c98cb37f5635b8224669508b3ceb530e Mon Sep 17 00:00:00 2001 From: Paul Verity Date: Wed, 27 Sep 2023 15:51:59 +0100 Subject: [PATCH] SIDM-8893: ensuring prod db doesnt get created --- infrastructure/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index b2416dbb3..417bb888d 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -85,6 +85,8 @@ module "idam-testing-support-api-db" { } module "idam-testing-support-api-db-v14" { + count = local.instance_count + providers = { azurerm.postgres_network = azurerm.cft_vnet }