When redacted_fields
variable property single_header
list has more than one header item
#84
Labels
bug
🐛 An issue with the system
Describe the Bug
When
single_header
property has more than one header in the list, Terraform PLAN fails withError: Too many single_header blocks
Expected Behavior
Since
redacted_fields
can only accept one block of each property type (method
,uri_path
,query_string
andsingle_header
), the expectation is for multipleredacted_fields
for eachsingle_header
Steps to Reproduce
Screenshots
No response
Environment
No response
Additional Context
One possible (BREAKING) fix would be to change the
redacted_fields
from a map object to just an object and separate the dynamic blocks.The text was updated successfully, but these errors were encountered: