cloud

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DetectionOutput

type DetectionOutput struct {
	Providers   []engine.Vendor
	RootModules int
	Tree        string
}

func Detect

func Detect(ctx *settings.Session, project *settings.Project, includePastResources bool) (*DetectionOutput, error)

Detect returns a list of providers for the given path. Multiple returned providers are because of auto-detected root modules residing under the original path.

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

Directories

Path Synopsis
aws
aws

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL