Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.4.2
AWS Provider Version
4.67.0
Affected Resource(s)
aws_config_remediation_configuration
Expected Behavior
In 4.66.1 it works fine, while in 4.67.0 single value parameters fails.
Actual Behavior
Fails with InvalidParameterValueException: There were invalid RemediationParameterValues for configurations for AWS Config Rules
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Run
terraform apply
with given configuration block.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
This is the bug fix that most probably introduced this error:
https://github.com/hashicorp/terraform-provider-aws/pull/31315
Would you like to implement a fix?
No