stack_dependency

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Converter

func Converter(plan *ResourceModel, state *ResourceModel, converterType commons.ConverterType) (*sdkStack.Dependency, bool)

func UpdateStateAfterRead

func UpdateStateAfterRead(res *sdkstack.Dependency, state *ResourceModel)

Types

type ReferenceModel

type ReferenceModel struct {
	OutputOfStackToDependOn types.String `tfsdk:"output_of_stack_to_depend_on"`
	InputForStack           types.String `tfsdk:"input_for_stack"`
	IncludeSensitiveOutput  types.Bool   `tfsdk:"include_sensitive_output"`
}

type ResourceModel

type ResourceModel struct {
	ID               types.String      `tfsdk:"id"`
	StackId          types.String      `tfsdk:"stack_id"`
	DependsOnStackId types.String      `tfsdk:"depends_on_stack_id"`
	TriggerOption    types.String      `tfsdk:"trigger_option"`
	References       []*ReferenceModel `tfsdk:"references"`
}

Jump to

Keyboard shortcuts

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