Skip to content

Commit

Permalink
fix content_type in aws_wafv2_web_acl to use correct map value
Browse files Browse the repository at this point in the history
  • Loading branch information
khoste-payplug committed Nov 24, 2023
1 parent 2935cd6 commit db35eac
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 db35eac

Please sign in to comment.