Skip to content

Commit

Permalink
Fixed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
blueelvis committed Nov 30, 2024
1 parent c3b4369 commit d5c5232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/storage_account.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "azurerm_storage_account" "static_web" {
name = "calculatorsandconverters" # Must be globally unique
resource_group_name = azurerm_resource_group.main.name
location = azurerm_resource_group.main.location
resource_group_name = azurerm_resource_group.rg.name
location = azurerm_resource_group.rg.location
account_tier = "Standard"
account_replication_type = "LRS"

Expand Down

0 comments on commit d5c5232

Please sign in to comment.