From b83550bfd2c1516a007c9a8bd915310d4b574599 Mon Sep 17 00:00:00 2001 From: k-laughman <63737479+k-laughman@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:11:52 -0400 Subject: [PATCH] Update cetech_storage.tf --- cetech_storage.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cetech_storage.tf b/cetech_storage.tf index 7e4c220..8e877a3 100644 --- a/cetech_storage.tf +++ b/cetech_storage.tf @@ -14,8 +14,8 @@ resource "azurerm_resource_group" "cetech-tfc-rg" { } } -resource "azurerm_storage_account" "cetech-tfc" { - name = "cetech-tfc" +resource "azurerm_storage_account" "cetechtfc" { + name = "cetechtfc" resource_group_name = azurerm_resource_group.cetech-tfc-rg.name location = azurerm_resource_group.cetech-tfc-rg.location account_tier = "Standard"