From b6e2dae9e00aec6925ae8942f739ceb77dfa84d8 Mon Sep 17 00:00:00 2001 From: jksprattler Date: Wed, 27 Nov 2024 18:35:17 -0600 Subject: [PATCH] test --- cloud_Azure/terraform/module/storage_account.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_Azure/terraform/module/storage_account.tf b/cloud_Azure/terraform/module/storage_account.tf index c95b2bf..71faf5c 100644 --- a/cloud_Azure/terraform/module/storage_account.tf +++ b/cloud_Azure/terraform/module/storage_account.tf @@ -19,7 +19,7 @@ resource "azurerm_storage_account" "logs_storage_account" { for_each = { for nsg in local.flat_nsgs : nsg.key => nsg.value } # Generate storage account per nsg(s) in each rg - name = local.nsg_to_storage_account_name + name = local.generated_storage_account_names resource_group_name = each.value.rg location = var.location account_tier = "Standard"