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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liamcervante
Copy link
Member

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.

This PR is in draft currently, as we need to merge and release the equivalent change within HCL. This PR is currently referencing the direct commit for hashicorp/hcl#673, and will be updated once that is merged.

@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
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants