Skip to content

Commit

Permalink
HPCC-28844 Add AzureServices bypass to storage account
Browse files Browse the repository at this point in the history
Signed-off-by: Godji Fortil <[email protected]>
  • Loading branch information
gfortil committed Jan 26, 2023
1 parent a2e14d6 commit 67af130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/storage_accounts/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module "storage_accounts" {
access_list = {
"my_ip" = data.http.host_ip.body
}

traffic_bypass = ["AzureServices"]
service_endpoints = local.vnet
}

Expand Down

0 comments on commit 67af130

Please sign in to comment.