//
pkg.gl
Category
github.com/bennerv/installer
pkg
terraform
package
0.16.1
Repository:
https://github.com/bennerv/installer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
141 SLOC
#
Packages
exec
Package exec is glue between the vendored terraform codebase and installer.
#
Functions
Apply
Apply unpacks the platform-specific Terraform modules into the given directory and then runs 'terraform init' and 'terraform apply'.
Destroy
Destroy unpacks the platform-specific Terraform modules into the given directory and then runs 'terraform init' and 'terraform destroy'.
#
Constants
StateFileName
StateFileName is the default name for Terraform state files.
VarFileName
VarFileName is the default name for Terraform var file.