We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently only use attribute type during completion and hover.
There are cases where completing or displaying default value would be helpful:
ssh
connection
type
TODO - module inputs TODO - connection block
hcl-lang
DefaultValue
AttributeSchema
terraform-schema
TODO: Create a separate issue to track defaults for provider (currently unavailable via gRPC and therefore JSON)
The text was updated successfully, but these errors were encountered:
count.index
count
each.*
for_each
self.*
provisioner
No branches or pull requests
Background
We currently only use attribute type during completion and hover.
There are cases where completing or displaying default value would be helpful:
ssh
forconnection
type
UX Implications
Completion
TODO - module inputs
TODO - connection block
Hover
TODO - module inputs
TODO - connection block
Proposal
hcl-lang
DefaultValue
toAttributeSchema
hcl-lang#120terraform-schema
DefaultValue
for module inputsDefaultValue
where relevant within the core schemaTODO: Create a separate issue to track defaults for provider (currently unavailable via gRPC and therefore JSON)
The text was updated successfully, but these errors were encountered: