fix deprecated argument

This commit is contained in:
zjhe 2024-09-30 10:23:57 +08:00
parent 76860e34e8
commit 0525962b23
2 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ resource "azurerm_storage_account" "default" {
resource_group_name = azurerm_resource_group.default.name resource_group_name = azurerm_resource_group.default.name
account_tier = "Standard" account_tier = "Standard"
account_replication_type = "GRS" account_replication_type = "GRS"
allow_blob_public_access = false public_network_access_enabled = false
network_rules { network_rules {
default_action = "Deny" default_action = "Deny"