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
99 stars 121 forks source link

Bug - web_acl_id is actually web_acl_arn #65

Open vikas027 opened 3 years ago

vikas027 commented 3 years ago

The parameter web_acl_id is arn of the resource not the id. I had to reverse engineer the same to figure it out :)

Please fix the same, at least in the documentation.

I can fix this in the code and the doco too, shall I raise a PR? :)

Cheers!