Documentation
¶
Index ¶
Constants ¶
View Source
const ( LogLevelTrace = "Trace" LogLevelDebug = "Debug" LogLevelInfo = "Info" LogLevelWarning = "Warning" )
View Source
const ( ColorReset = "\033[0m" ColorGreen = "\033[32m" ColorYellow = "\033[33m" ColorRed = "\033[31m" ColorBold = "\033[1m" ColorUnderline = "\033[4m" )
Variables ¶
This section is empty.
Functions ¶
func LogErrorAndExit ¶
func LogErrorAndExit(err error)
LogErrorAndExit logs errors to std.Error and exits with an error code
func TerraformFilesExist ¶ added in v1.7.0
Check if Terraform files exist in a directory
Types ¶
Click to show internal directories.
Click to hide internal directories.