We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77cdab commit 6b9d715Copy full SHA for 6b9d715
scenarios/AksOpenAiTerraform/terraform/modules/storage_account/main.tf
@@ -2,6 +2,7 @@ resource "azurerm_storage_account" "storage_account" {
2
name = var.name
3
resource_group_name = var.resource_group_name
4
5
+ public_network_access_enabled = false
6
location = var.location
7
account_kind = var.account_kind
8
account_tier = var.account_tier
0 commit comments