stack

package
v0.0.0-...-67cb895 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	Source     string
	SourceAddr module.ModuleSourceAddr
	Version    version.Constraints
}

type Deployment

type Deployment struct {
	Inputs map[string]cty.Value
}

type Meta

type Meta struct {
	Path      string
	Filenames []string

	Components           map[string]Component
	Variables            map[string]Variable
	Outputs              map[string]Output
	ProviderRequirements map[string]ProviderRequirement
}

type OrchestrationRule

type OrchestrationRule struct {
	Type  string
	Range hcl.Range
}

type Output

type Output struct {
	Description string
	IsSensitive bool
	Value       cty.Value
}

type ProviderRequirement

type ProviderRequirement struct {
	Source             tfaddr.Provider
	VersionConstraints version.Constraints
}

type Store

type Store struct {
	Type string
}

type Variable

type Variable struct {
	Description string
	Type        cty.Type

	IsSensitive bool

	// DefaultValue represents default value if one is defined
	// and is decodable without errors, else cty.NilVal
	DefaultValue cty.Value

	// TypeDefaults represents any default values for optional object
	// attributes assuming Type is of cty.Object and has defaults.
	//
	// Any relationships between DefaultValue & TypeDefaults are left
	// for downstream to deal with using e.g. TypeDefaults.Apply().
	TypeDefaults *typeexpr.Defaults
}

Jump to

Keyboard shortcuts

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