cds-snc / notification-planning-core

Project planning for GC Notify Core Team
0 stars 0 forks source link

Update Lambda WAF excluded_rules to use rule_action_overrides #111

Open ben851 opened 1 year ago

ben851 commented 1 year ago

Description

Asa developer/operator of GC Notify, I would like the terraform code to be using the latest syntax to ensure that we can deploy our infrastructure with newer versions of terraform. The excluded_rule entries in the Lambda WAFs has been deprecated in favour of using rule_action_overrides.

WHY are we building?

Deprecated resources need to be to be update to ensure that the environment will still build against aws.

WHAT are we building?

Modify the lambda WAF excluded_rule sections to use rule_action_override instead as per the documentation.

VALUE created by our solution

Continued resiliency for Notify infrastructure

Acceptance Criteria

QA Steps