Skip to content

Conversation

@github-actions
Copy link
Contributor

Backport

This PR is auto-generated from #37626 to be assessed for backporting due to the inclusion of the label 1.14-backport.

The below text is copied from the body of the original PR.


This PR fixes terraform's handling of nil action configurations. It will now properly return errors about missing required (not computed) attributes. This is done by substituting an hcl.EmptyBody in place of a nil config.

This would have gone a lot faster if I hadn't been slightly wrong about the hcl.EmptyBody from the start; I'd thought it was one of my error cases 😂😭

Fixes #

Target Release

1.14.x

Rollback Plan

  • If a change needs to be reverted, we will roll out an update to the code within 7 days.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.

CHANGELOG entry

  • This change is user-facing and I added a changelog entry.
  • This change is not user-facing.

Overview of commits

@github-actions github-actions bot requested a review from mildwonkey September 19, 2025 12:54
@mildwonkey mildwonkey marked this pull request as ready for review September 19, 2025 13:02
@mildwonkey mildwonkey requested a review from a team as a code owner September 19, 2025 13:02
@mildwonkey mildwonkey added the no-changelog-needed Add this to your PR if the change does not require a changelog entry label Sep 19, 2025
@mildwonkey mildwonkey merged commit 6d2177d into v1.14 Sep 19, 2025
8 of 9 checks passed
@mildwonkey mildwonkey deleted the backport/mildwonkey/action-config/exactly-creative-cricket branch September 19, 2025 13:08
@github-actions
Copy link
Contributor Author

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog-needed Add this to your PR if the change does not require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant