removed network rules to allow for dataset creation

This commit is contained in:
David Apolinar 2021-09-14 13:09:53 -04:00
parent d814115559
commit 22055a70a0

View File

@ -27,10 +27,6 @@ resource "azurerm_storage_account" "default" {
account_tier = "Standard" account_tier = "Standard"
account_replication_type = "GRS" account_replication_type = "GRS"
network_rules {
default_action = "Deny"
bypass = ["AzureServices"]
}
} }
resource "azurerm_container_registry" "default" { resource "azurerm_container_registry" "default" {