Skip to content

Commit

Permalink
Merge pull request #7735 from ministryofjustice/fix/7185-equip-eip
Browse files Browse the repository at this point in the history
Exclude EIP protection from Equip WAF ACL
  • Loading branch information
dms1981 authored Sep 11, 2024
2 parents 060a8b9 + d12619a commit 0460a0f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions terraform/environments/equip/shield.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module "shield" {
aws.modernisation-platform = aws.modernisation-platform
}
application_name = local.application_name
excluded_protections = ["aae73c82-0ce9-442a-89e4-13cab23f26e0"]
resources = {
citrix_alb = {
action = "count"
Expand All @@ -20,9 +21,3 @@ module "shield" {
}
}
}

import {
for_each = local.is-production ? { "build" = true } : {}
id = "06cebb43-c961-44f0-81e5-27f94e2159d4/FMManagedWebACLV2-shield_advanced_auto_remediate-1649415294385/REGIONAL"
to = module.shield["build"].aws_wafv2_web_acl.main
}

0 comments on commit 0460a0f

Please sign in to comment.