# Packages
Package blocktoattr includes some helper functions that can perform preprocessing on a HCL body where a configschema.Block schema is available in order to allow list and set attributes defined in the schema to be optionally written by the user as block syntax.
No description provided by the author
No description provided by the author
Package types contains non-standard cty types used only within Terraform.
# Functions
References finds all of the references in the given set of traversals, returning diagnostics if any of the traversals cannot be interpreted as a reference.
ReferencesInBlock is a helper wrapper around References that first searches the given body for traversals, before converting those traversals to references.
ReferencesInExpr is a helper wrapper around References that first searches the given expression for traversals, before converting those traversals to references.