Skip to content

Commit

Permalink
Update cetech_storage.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
k-laughman authored Jun 13, 2024
1 parent d3da4b0 commit b83550b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cetech_storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b83550b

Please sign in to comment.