package
0.6.3
Repository: https://github.com/wils0ns/tfscan.git
Documentation: pkg.go.dev

# Functions

CheckVersionConstraint checks if a version matches the given constraint.
NewFile creates a new File object.
NewResourceTypeVisitor initializes a resource.
NewState creates a new TerraformState object.

# Structs

Module represents state top level modules.
Resource represents state resources.
ResourceLookupVisitor stores the resource found by the given address.
ResourceNotFoundError raised when resources are not found.
ResourceTypesVisitor stores the resource types within Terraform modyles.
State represents Terraform's state object.

# Interfaces

File interface.
ModuleVisitor is the interface that wraps the Visit method The Visit Method takes the module to be visited and the its parent module.