package
1.12.0-alpha20250213
Repository: https://github.com/hashicorp/terraform.git
Documentation: pkg.go.dev

# Functions

NewAnalyzer constructs a new analyzer bound to the given configuration and provider schemas.

# Structs

Analyzer is the main component of this package, serving as a container for various state that the analysis algorithms depend on either for their core functionality or for producing results more quickly.
Reference combines an addrs.Reference with the address of the module instance or resource instance where it was found.
ResourceAttr represents a global resource and attribute reference.