-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Update HCL and go-cty to fix optional and default attributes #32178
Update HCL and go-cty to fix optional and default attributes #32178
Conversation
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.
Great idea to add tests here as well as upstream, that really helps codify Terraform's expectations of the cty/hcl behaviour!
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
* Add test cases to verify all the default and optional issues are fixed * actually commit all the tests * update go-cty * Update hcl
* Add test cases to verify all the default and optional issues are fixed * actually commit all the tests * update go-cty * Update hcl
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. |
Target Release
1.3.5
Draft CHANGELOG entry
BUG FIXES