Skip to content

Commit

Permalink
Merge branch 'main' into nd-105
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgreen-moj authored Mar 26, 2024
2 parents ae374cd + 0271977 commit bd98a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/admin/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ resource "aws_wafv2_ip_set" "authorised_ips" {
ip_address_version = "IPV4"
#addresses = local.authorised_ips
addresses = ["0.0.0.0/1"] #ND-105 temp change to capture all IP addresses, hitting the service.
}

resource "aws_wafv2_web_acl" "admin_alb_acl" {
name = "${var.prefix}-admin-acl"
Expand Down

0 comments on commit bd98a2a

Please sign in to comment.