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 OrchestrationRule ¶
type OrchestrationRule struct { Type string Range hcl.Range }
type ProviderRequirement ¶
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 }
Click to show internal directories.
Click to hide internal directories.