Skip to content

Commit

Permalink
Merge pull request #265 from govuk-one-login/IPS-741-Lime-CloudFront-…
Browse files Browse the repository at this point in the history
…Link

IPS-741 Lime CloudFront Link
  • Loading branch information
vam-gds committed Jul 4, 2024
2 parents 67341d3 + 6a7e02e commit 0866123
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ Conditions:
IsPerformance: !Or
- !Equals [!Ref Environment, build]
- !Equals [!Ref Environment, production]
EnableCloudFront: !Or
- !Equals [ !Ref Environment, dev ]
- !Equals [ !Ref Environment, build ]
- !Equals [ !Ref Environment, staging ]
- !Equals [ !Ref Environment, integration ]
UsePermissionsBoundary:
Fn::Not:
- Fn::Equals:
Expand Down Expand Up @@ -255,7 +250,6 @@ Resources:
# CloudFront WAF to LB Association
CloudFrontWAFv2ACLAssociation:
Type: AWS::WAFv2::WebACLAssociation
Condition: EnableCloudFront
Properties:
ResourceArn: !Ref LoadBalancer
WebACLArn: !ImportValue cfront-origin-distrib-CloakingOriginWebACLArn
Expand Down

0 comments on commit 0866123

Please sign in to comment.