Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix partial address representation in plan for deferred actions #34966

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

liamcervante
Copy link
Member

@liamcervante liamcervante commented Apr 9, 2024

This PR updates the partial plan address representation to use [*] instead of ["*"].

To do this it needs the latest version of HCL which includes an updated traversal parse function that supports the new [*] instance key within a traversal. This change is completely additive, so there is no breaking change. The new functions that accept the new instance key are only referenced from within the deferred changes parsing of the plan.

@liamcervante
Copy link
Member Author

I'm not particularly sure what is causing those errors, but hopefully they'll go away once I import a real version of HCL :/

Copy link
Member

@nfagerlund nfagerlund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks good... but I'll wait to give a ✅ til those errors are all sorted out.

@liamcervante liamcervante force-pushed the liamcervante/deferred-instance-keys branch from 3e1ef28 to d4e7bf3 Compare June 19, 2024 12:18
@liamcervante liamcervante marked this pull request as ready for review June 19, 2024 12:23
@liamcervante liamcervante requested review from a team as code owners June 19, 2024 12:23
@liamcervante liamcervante requested review from nfagerlund and a team and removed request for a team June 19, 2024 12:23
@liamcervante liamcervante merged commit 0f0414d into main Jun 20, 2024
6 checks passed
@liamcervante liamcervante deleted the liamcervante/deferred-instance-keys branch June 20, 2024 08:41
Copy link
Contributor

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

Copy link
Contributor

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 Jul 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants