package
0.16.1
Repository: https://github.com/bennerv/installer.git
Documentation: pkg.go.dev

# Packages

Package exec is glue between the vendored terraform codebase and installer.

# Functions

Apply unpacks the platform-specific Terraform modules into the given directory and then runs 'terraform init' and 'terraform apply'.
Destroy unpacks the platform-specific Terraform modules into the given directory and then runs 'terraform init' and 'terraform destroy'.

# Constants

StateFileName is the default name for Terraform state files.
VarFileName is the default name for Terraform var file.