Closed patheard closed 2 months ago
Terraform: 1.9.6 (using 1.9.2)
Terragrunt: 0.67.10 (using 0.63.2)
✅ Terraform Init: success
✅ Terraform Validate: success
✅ Terraform Format: success
✅ Terraform Plan: success
✅ Conftest: success
⚠️ Warning: resources will be destroyed by this change!
Plan: 9 to add, 1 to change, 1 to destroy
✅ Terraform Init: success
✅ Terraform Validate: success
✅ Terraform Format: success
✅ Terraform Plan: success
✅ Conftest: success
Plan: 0 to add, 1 to change, 0 to destroy
Summary
Update the IPv4 blocklist to use the module that will create and manage the IP addresses on the blocklist using a Lambda function.
On a schedule, the Lambda function will query the WAF logs and temporarily add any IP address that exceeds a threshold of blocked requests to the blocklist.
Related