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

Bump terraform-schema #546

Merged
merged 1 commit into from
Jun 10, 2021
Merged

Bump terraform-schema #546

merged 1 commit into from
Jun 10, 2021

Conversation

beandrad
Copy link
Contributor

@beandrad beandrad commented Jun 10, 2021

This brings hashicorp/terraform-schema#56 to add support for
isRequired in variable schema.

This brings hashicorp/terraform-schema#56 to add support for
`isRequired` in variable schema.
@beandrad beandrad changed the title Upgrade terraform-schema and hcl-lang Bump terraform-schema Jun 10, 2021
@@ -197,7 +197,7 @@ func TestVarsHover_withValidData(t *testing.T) {
"textDocument": {
"version": 0,
"languageId": "terraform",
"text": "variable \"test\" {\n type=string\n}\n",
"text": "variable \"test\" {\n type=string\n sensitive=true}\n",
Copy link
Member

Choose a reason for hiding this comment

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

🙏🏻 Thank you for adding the test

@radeksimko radeksimko merged commit 62f549a into hashicorp:main Jun 10, 2021
@github-actions
Copy link

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

Successfully merging this pull request may close these issues.

2 participants