package
0.55.1
Repository: https://github.com/terraform-linters/tflint.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package types contains non-standard cty types used only within Terraform.

# Functions

FunctionCallsInExpr finds all of the function calls in the given expression.
No description provided by the author
NewMockFunction creates a mock function that returns a dynamic value.
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.
ReferencesInExpr is a helper wrapper around References that first searches the given expression for traversals, before converting those traversals to references.

# Structs

No description provided by the author
FunctionCall represents a function call in an HCL expression.
Scope is the main type in this package, allowing dynamic evaluation of blocks and expressions based on some contextual information that informs which variables and functions will be available.

# Interfaces

Data is an interface whose implementations can provide cty.Value representations of objects identified by referenceable addresses from the addrs package.