Update main.tf
This commit is contained in:
Родитель
9ffea7101d
Коммит
9e647c3c76
|
@ -19,13 +19,13 @@ resource "azurerm_storage_account" "st" {
|
|||
is_hns_enabled = var.hns_enabled
|
||||
|
||||
tags = var.tags
|
||||
|
||||
}
|
||||
|
||||
# Virtual Network & Firewall configuration
|
||||
|
||||
resource "azurerm_storage_account_network_rules" "firewall_rules" {
|
||||
resource_group_name = var.rg_name
|
||||
storage_account_name = azurerm_storage_account.st.name
|
||||
storage_account_id = azurerm_storage_account.st.id
|
||||
|
||||
default_action = "Allow"
|
||||
ip_rules = [] # [data.http.ip.body]
|
||||
|
|
Загрузка…
Ссылка в новой задаче