Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2026 Changes in this version + type DetectionOutput struct + Providers []engine.Vendor + RootModules int + Tree string + func Detect(ctx *settings.Session, project *settings.Project, includePastResources bool) (*DetectionOutput, error) + type ProjectType string + var ProjectTypeAutodetect ProjectType = "autodetect" + var ProjectTypeCloudFormation ProjectType = "cloudformation" + var ProjectTypeTerraformCLI ProjectType = "terraform_cli" + var ProjectTypeTerraformPlanBinary ProjectType = "terraform_plan_binary" + var ProjectTypeTerraformPlanJSON ProjectType = "terraform_plan_json" + var ProjectTypeTerraformStateJSON ProjectType = "terraform_state_json" + var ProjectTypeTerragruntCLI ProjectType = "terragrunt_cli" + func DetectProjectType(path string, forceCLI bool) ProjectType