cloudposse / terraform-aws-waf

https://cloudposse.com/accelerate
Apache License 2.0
40 stars 57 forks source link

fix: content_type for custom_response_body definition #51

Closed venkatamutyala closed 1 year ago

venkatamutyala commented 1 year ago

what

The definition of the custom responses is wrong. content_type should not be equal to content. It should be equal to the content_type input

why

Throws an error if you put anything but valid content_types into the content field

venkatamutyala commented 1 year ago

This PR fixes a small issue but I don't think it gets custom responses working entirely. More work needs to be done. Closing for now.