You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some blocks don't have a static attribute schema, where we can compare each attribute in the configuration to an attribute in the schema. Blocks with an AnyAttribute schema allow any key as an attribute, while only the value has to follow specific rules.
Proposal
Update validateBody to validate blocks with AnyAttribute correctly
Requires #287
Problem Statement
Some blocks don't have a static attribute schema, where we can compare each attribute in the configuration to an attribute in the schema. Blocks with an
AnyAttribute
schema allow any key as an attribute, while only the value has to follow specific rules.Proposal
validateBody
to validate blocks withAnyAttribute
correctlylocals
required_providers
withinterraform
AnyAttribue
Part of hashicorp/vscode-terraform#720
The text was updated successfully, but these errors were encountered: