-
Notifications
You must be signed in to change notification settings - Fork 459
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
chore(deps): update dependencies #3797
Open
uluzox
wants to merge
3
commits into
hashicorp:main
Choose a base branch
from
uluzox:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+38
−87
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in particular remove tmccombs/hcl2json replacement cdktf/hcl2json and update the library as the issues are now fixed Solves: hashicorp#3793
uluzox
requested review from
mutahhir and
DanielMSchmidt
and removed request for
a team
January 3, 2025 19:06
DanielMSchmidt
approved these changes
Jan 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a good idea!
I think this currently prevents the build to succeed |
I updated the PR and also set toolchain to Go Version without the patch part of the semantic version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
in particular remove tmccombs/hcl2json replacement cdktf/hcl2json and update the library as the issues are now fixed
Solves: #3793
Related issue
Fixes #3793
Description
Dependency https://github.com/tmccombs/hcl2json was replaced with github.com/cdktf/hcl2json
https://github.com/hashicorp/terraform-cdk/blob/c1ca5b3896b2751a7297da97a1bd9eb10d2ffddf/packages/%40cdktf/hcl2json/go.mod#L11C48-L11C73
in order to correctly keep escape sequences for interpolations in template expressions
tmccombs/hcl2json@cc85d3b
This was now fixed in tmccombs/hcl2json#96 thus the original library could be used.
Also v0.6.5 of the library probably solves parsing provider functions tmccombs/hcl2json#110
Checklist