Skip to content

Commit

Permalink
add azure landing zone egress
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Nov 27, 2023
1 parent d6f523b commit 58b58bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/environments/delius-jitbit/lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ resource "aws_security_group" "load_balancer_security_group" {
"194.33.249.0/29", # ARK Corsham Internet Egress Vodafone mojo_arkc_internet_egress_vodafone
"51.149.249.32/29", # ARK Farnborough Internet Egress Exponential-E mojo_arkf_internet_egress_exponential_e
"194.33.248.0/29", # ARK Farnborough Internet Egress Vodafone mojo_arkf_internet_egress_vodafone
"20.49.214.199/32", # Azure Landing Zone Egress
"20.49.214.228/32", # Azure Landing Zone Egress
"20.26.11.71/32", # Azure Landing Zone Egress
"20.26.11.108/32", # Azure Landing Zone Egress
# Route53 Healthcheck Access Cidrs
# London Region not support yet, so metrics are not yet publised, can be enabled at later stage for Route53 endpoint monitor
"15.177.0.0/18", # GLOBAL Region
Expand Down

0 comments on commit 58b58bd

Please sign in to comment.