We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b4369 commit d5c5232Copy full SHA for d5c5232
terraform/storage_account.tf
@@ -1,7 +1,7 @@
1
resource "azurerm_storage_account" "static_web" {
2
name = "calculatorsandconverters" # Must be globally unique
3
- resource_group_name = azurerm_resource_group.main.name
4
- location = azurerm_resource_group.main.location
+ resource_group_name = azurerm_resource_group.rg.name
+ location = azurerm_resource_group.rg.location
5
account_tier = "Standard"
6
account_replication_type = "LRS"
7
0 commit comments