Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectionOutput ¶
type ProjectType ¶
type ProjectType string
var ( ProjectTypeTerraformPlanJSON ProjectType = "terraform_plan_json" ProjectTypeTerraformPlanBinary ProjectType = "terraform_plan_binary" ProjectTypeTerraformCLI ProjectType = "terraform_cli" ProjectTypeTerragruntCLI ProjectType = "terragrunt_cli" ProjectTypeTerraformStateJSON ProjectType = "terraform_state_json" ProjectTypeCloudFormation ProjectType = "cloudformation" ProjectTypeAutodetect ProjectType = "autodetect" )
func DetectProjectType ¶
func DetectProjectType(path string, forceCLI bool) ProjectType
Click to show internal directories.
Click to hide internal directories.