Open YakDriver opened 10 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Relates to #36845
This issue is a result of AWS returning more configurations than what was sent, which the provider cannot suppress the differences for at this time. Often these differences would be suppressed using custom diff suppress logic, but this behavior manifests in such a way that the upstream SDK (terraform-plugin-framework) does not allow this. Currently, the workaround is leaning on documentation (more detail here) that will exemplify exactly what is needed when dealing with the max_retries
attribute.
This is an open issue that details the same problem in framework:
https://github.com/hashicorp/terraform-plugin-framework/issues/883.
Terraform Core Version
1.6.6
AWS Provider Version
5.32.1
Affected Resource(s)
Expected Behavior
No differences reported.
Actual Behavior
This is noted in the documentation.
Differences reported when you use
confirmation_setting
without configuringconfirmation_setting.prompt_specification.prompt_attempts_specification
s forInitial
andRetry1
.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Reports diffs:
Doesn't report diffs:
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
34891
Would you like to implement a fix?
None