Skip to content

Commit 6b9d715

Browse files
committed
Disable public access
1 parent c77cdab commit 6b9d715

File tree

1 file changed

+1
-0
lines changed
  • scenarios/AksOpenAiTerraform/terraform/modules/storage_account

1 file changed

+1
-0
lines changed

scenarios/AksOpenAiTerraform/terraform/modules/storage_account/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resource "azurerm_storage_account" "storage_account" {
22
name = var.name
33
resource_group_name = var.resource_group_name
44

5+
public_network_access_enabled = false
56
location = var.location
67
account_kind = var.account_kind
78
account_tier = var.account_tier

0 commit comments

Comments
 (0)