remove kinesis data firehose and related resources
Context for reviewers
Associated resources for the WAF have been manually added in the AWS console. The terraform state needs to reflect this
In the console we enabled cloudwatch logs for the ALBs and the WAF in order to make debugging and querying data easier. The terraform configuration needs to reflect what’s in the console.
Testing
When this PR is ready for review, the terraform state should match what is in the console
Navigate to the app-waf directory
run terraform plan or terraform apply and ensure that terraform won't attempt to create new resources or delete resources
------------- ⚠️ This PR is still in draft so please don't do this yet ⚠️ ---------------------------------------------------
Navigate to the app/envs/dev directory
. run terraform plan or terraform apply and ensure that terraform won't attempt to create new resources or delete resources
Ticket
https://wicmtdp.atlassian.net/browse/PRP-325 https://wicmtdp.atlassian.net/browse/PRP-324
Changes
Context for reviewers
Testing