Documentation ¶
Index ¶
- func CheckDir(workingDir string, autoYes bool) (err error)
- func CheckFile(workingDir, resourceName string) error
- func CheckPackage(packagePath string) error
- func CreateInitTerraformFiles(workingDir string) (*os.File, error)
- func WriteContent(workingDir, resourceName, fileName string, content []byte) error
- func WriteGitIgnore(workingDir string) error
- func WriteLogFormat(workingDir, resourceName, fileName string, content []byte) error
- func WriteTF(workingDir, resourceName string, content []byte) error
- func WriteTFState(workingDir string, content []byte) error
- func WriteTFVars(workingDir string, content []byte) error
- func WriteVCL(workingDir, resourceName, fileName string, content []byte) error
- func WriteVariablesTF(workingDir string, content []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPackage ¶ added in v0.6.0
CheckPackage verifies that the file at the given path exists and is a .tar.gz file.
func WriteContent ¶ added in v0.4.2
func WriteGitIgnore ¶ added in v0.4.2
func WriteLogFormat ¶ added in v0.4.2
func WriteTFState ¶ added in v0.4.2
func WriteTFVars ¶ added in v0.4.2
func WriteVariablesTF ¶ added in v0.4.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.