Skip to content

Commit d5c5232

Browse files
committed
Fixed reference
1 parent c3b4369 commit d5c5232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/storage_account.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "azurerm_storage_account" "static_web" {
22
name = "calculatorsandconverters" # Must be globally unique
3-
resource_group_name = azurerm_resource_group.main.name
4-
location = azurerm_resource_group.main.location
3+
resource_group_name = azurerm_resource_group.rg.name
4+
location = azurerm_resource_group.rg.location
55
account_tier = "Standard"
66
account_replication_type = "LRS"
77

0 commit comments

Comments
 (0)