cloudposse / terraform-aws-cloudfront-cdn

Terraform Module that implements a CloudFront Distribution (CDN) for a custom origin.
https://cloudposse.com/accelerate
Apache License 2.0
98 stars 121 forks source link

Ability to associate WAF with Cloudfront #15

Closed rajcheval closed 5 years ago

rajcheval commented 6 years ago

I wanted to associate a global AWS WAF ACL with CloudFront. I did not find an option to pass in existing WAF. Typically I get around this by using null provisioners and executing aws cli. I took a quick look and I did not see an option to associate a global WAF ACL with CloudFront using CLI.

aknysh commented 5 years ago

addressed in https://github.com/cloudposse/terraform-aws-cloudfront-cdn/pull/16