From 029cc6fb7aca24fcbaebf7107bdb12ef2c71452d Mon Sep 17 00:00:00 2001 From: John Collinson Date: Mon, 9 Sep 2024 12:53:00 +0100 Subject: [PATCH] Testing a breaking change. --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 60b18b9..47e8494 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -39,7 +39,7 @@ module "dummy_storage_account_1" { source = "./modules/dummy_resource/storage_account" location = var.vault_location storage_account_name = "samystorage001" - resource_group = azurerm_resource_group.resource_group.name + resource_group = azurerm_resource_group.resource_group2.name } module "dummy_storage_account_2" {