removed network rules to allow for dataset creation
This commit is contained in:
parent
d814115559
commit
22055a70a0
@ -26,11 +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"
|
||||||
|
|
||||||
network_rules {
|
|
||||||
default_action = "Deny"
|
|
||||||
bypass = ["AzureServices"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_container_registry" "default" {
|
resource "azurerm_container_registry" "default" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user