Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-cooke-icl authored Sep 20, 2024
1 parent c1eed5a commit f64bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locals {
docker_registry_server = data.azurerm_container_registry.mgmt_acr.login_server

# https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-configure-firewall#allow-requests-from-the-azure-portal
azure_portal_cosmos_ips = "104.42.195.92,40.76.54.131,52.176.6.30,52.169.50.45,52.187.184.26"
azure_portal_cosmos_ips = "104.42.195.92,40.76.54.131,52.176.6.30,52.169.50.45,52.187.184.26,0.0.0.0"

# we define some zones in core despite not used by the core infra because
# it's the easier way to make them available to other services in the system.
Expand Down

0 comments on commit f64bdbd

Please sign in to comment.