Skip to content

Commit

Permalink
Merge branch 'main' into terraform-codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmmarshall authored Nov 29, 2024
2 parents f263029 + 93be6a0 commit 1f47678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environment/region/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data "aws_ip_ranges" "route53_healthchecks_ips" {
}

locals {
default_allow_list = concat(module.allow_list.moj_sites, formatlist("%s/32", data.aws_nat_gateway.nat[*].public_ip))
default_allow_list = concat(module.allow_list.palo_alto_prisma_access, module.allow_list.moj_sites, formatlist("%s/32", data.aws_nat_gateway.nat[*].public_ip))
admin_allow_list = length(var.account["admin_allow_list"]) > 0 ? var.account["admin_allow_list"] : local.default_allow_list
front_allow_list = length(var.account["front_allow_list"]) > 0 ? var.account["front_allow_list"] : local.default_allow_list

Expand Down

0 comments on commit 1f47678

Please sign in to comment.