Skip to content

Commit

Permalink
fix content_type in aws_wafv2_web_acl to use correct map value (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
hostekevin and osterman authored May 8, 2024
1 parent 5548463 commit 81fb7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ resource "aws_wafv2_web_acl" "default" {
content {
key = custom_response_body.key
content = custom_response_body.value.content
content_type = custom_response_body.value.content
content_type = custom_response_body.value.content_type
}
}

Expand Down

0 comments on commit 81fb7e0

Please sign in to comment.