Skip to content

Commit

Permalink
Merge pull request #21 from gfortil/HPCC-28844
Browse files Browse the repository at this point in the history
HPCC-28844 Add AzureServices bypass to storage account
  • Loading branch information
gfortil authored Jan 30, 2023
2 parents a2e14d6 + 67af130 commit df988b5
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 df988b5

Please sign in to comment.