Skip to content

Commit

Permalink
Merge pull request #58 from ImperialCollegeLondon/imperial-development
Browse files Browse the repository at this point in the history
update core ips
  • Loading branch information
danny-cooke-icl authored Sep 19, 2024
2 parents e3cc39a + 2ac3919 commit d24d58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/terraform/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
locals {
myip = var.public_deployment_ip_address != "" ? var.public_deployment_ip_address : chomp(data.http.myip[0].response_body)

tre_core_tags = {
tre_id = var.tre_id
tre_core_service_id = var.tre_id
Expand All @@ -14,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 d24d58b

Please sign in to comment.