Skip to content

Commit

Permalink
Fix static website documentation...
Browse files Browse the repository at this point in the history
  • Loading branch information
WodansSon committed Aug 16, 2024
1 parent fca8231 commit 15056fe
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ resource "azurerm_resource_group" "example" {
}
resource "azurerm_storage_account" "example" {
name = "storageaccountname"
resource_group_name = azurerm_resource_group.example.name
location = azurerm_resource_group.example.location
name = "storageaccountname"
resource_group_name = azurerm_resource_group.example.name
location = azurerm_resource_group.example.location
account_tier = "Standard"
account_replication_type = "LRS"
account_kind = "StorageV2"
account_tier = "Standard"
account_replication_type = "LRS"
account_kind = "StorageV2"
tags = {
environment = "staging"
Expand Down

0 comments on commit 15056fe

Please sign in to comment.