Skip to content

Commit

Permalink
Revert breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncollinson2001 committed Sep 9, 2024
1 parent 029cc6f commit 0dbeaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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_group2.name
resource_group = azurerm_resource_group.resource_group.name
}

module "dummy_storage_account_2" {
Expand Down

0 comments on commit 0dbeaba

Please sign in to comment.