-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: load embedded provider schemas for providers found in stacks files #1763
Conversation
1795a82
to
8d3c6d4
Compare
8d3c6d4
to
4bfee50
Compare
…le while early decoding
4bfee50
to
5eaf791
Compare
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.
Nice work! I think it's only missing a separate job type.
590b4dc
to
0c6c25c
Compare
…les (#1763) * feat: load embedded provider schemas for providers found in stacks file while early decoding * Bump terraform-schema to `4ae973d1`
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. |
Depends on hashicorp/terraform-schema#375
This PR adds a job to load provider schemas that are embedded into the language server binary into state after the early decoder parsed which providers where used in a given stacks project. We will be going to use this information in the schema merger to e.g. enhance provider blocks with their respective attributes within the
config
block to support hover and completions.