Closed simpl-sam closed 1 month ago
👋 Hey Friends, this issue has been automatically marked as stale
because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned
label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
Expected Behavior
When applying the
github_release
resource with the argumentgenerate_release_notes
set to true, the release would be created and subsequent plans toterraform plan
would show thebody
value to now contain the generated release notes and thegenerate_release_notes
flag is set to false.Setting the
body
andgenerate_release_notes
arguments in the Terraform template to match the delta, will cause a subsequent plan to report "no changes"Actual Behavior
The delta is still being seen as a change, but not presenting what is different (might be tabs vs spaces or something like that)
Applying the changes produces a provider error
Terraform Version
v1.6.3
Affected Resource(s)
Terraform Configuration Files
No response
Steps to Reproduce
Debug Output
No response
Panic Output
Code of Conduct