From bb4b9a82770ac157aacce21c6ce23d991320d1fc Mon Sep 17 00:00:00 2001 From: jksprattler Date: Wed, 27 Nov 2024 18:00:42 -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 1e44ce6..cc8af3a 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"