Versions in this module Expand all Collapse all v1 v1.1.0 Jul 24, 2021 v1.0.3 Jul 27, 2021 Changes in this version + var Action_name = map[int32]string + var Action_value = map[string]int32 + var File_planfile_proto protoreflect.FileDescriptor + var Mode_name = map[int32]string + var Mode_value = map[string]int32 + var ResourceInstanceActionReason_name = map[int32]string + var ResourceInstanceActionReason_value = map[string]int32 + var ResourceInstanceChange_ResourceMode_name = map[int32]string + var ResourceInstanceChange_ResourceMode_value = map[string]int32 + type Action int32 + const Action_CREATE + const Action_CREATE_THEN_DELETE + const Action_DELETE + const Action_DELETE_THEN_CREATE + const Action_NOOP + const Action_READ + const Action_UPDATE + func (Action) Descriptor() protoreflect.EnumDescriptor + func (Action) EnumDescriptor() ([]byte, []int) + func (Action) Type() protoreflect.EnumType + func (x Action) Enum() *Action + func (x Action) Number() protoreflect.EnumNumber + func (x Action) String() string + type Backend struct + Config *DynamicValue + Type string + Workspace string + func (*Backend) Descriptor() ([]byte, []int) + func (*Backend) ProtoMessage() + func (x *Backend) GetConfig() *DynamicValue + func (x *Backend) GetType() string + func (x *Backend) GetWorkspace() string + func (x *Backend) ProtoReflect() protoreflect.Message + func (x *Backend) Reset() + func (x *Backend) String() string + type Change struct + Action Action + AfterSensitivePaths []*Path + BeforeSensitivePaths []*Path + Values []*DynamicValue + func (*Change) Descriptor() ([]byte, []int) + func (*Change) ProtoMessage() + func (x *Change) GetAction() Action + func (x *Change) GetAfterSensitivePaths() []*Path + func (x *Change) GetBeforeSensitivePaths() []*Path + func (x *Change) GetValues() []*DynamicValue + func (x *Change) ProtoReflect() protoreflect.Message + func (x *Change) Reset() + func (x *Change) String() string + type DynamicValue struct + Msgpack []byte + func (*DynamicValue) Descriptor() ([]byte, []int) + func (*DynamicValue) ProtoMessage() + func (x *DynamicValue) GetMsgpack() []byte + func (x *DynamicValue) ProtoReflect() protoreflect.Message + func (x *DynamicValue) Reset() + func (x *DynamicValue) String() string + type Hash struct + Sha256 []byte + func (*Hash) Descriptor() ([]byte, []int) + func (*Hash) ProtoMessage() + func (x *Hash) GetSha256() []byte + func (x *Hash) ProtoReflect() protoreflect.Message + func (x *Hash) Reset() + func (x *Hash) String() string + type Mode int32 + const Mode_DESTROY + const Mode_NORMAL + const Mode_REFRESH_ONLY + func (Mode) Descriptor() protoreflect.EnumDescriptor + func (Mode) EnumDescriptor() ([]byte, []int) + func (Mode) Type() protoreflect.EnumType + func (x Mode) Enum() *Mode + func (x Mode) Number() protoreflect.EnumNumber + func (x Mode) String() string + type OutputChange struct + Change *Change + Name string + Sensitive bool + func (*OutputChange) Descriptor() ([]byte, []int) + func (*OutputChange) ProtoMessage() + func (x *OutputChange) GetChange() *Change + func (x *OutputChange) GetName() string + func (x *OutputChange) GetSensitive() bool + func (x *OutputChange) ProtoReflect() protoreflect.Message + func (x *OutputChange) Reset() + func (x *OutputChange) String() string + type Path struct + Steps []*Path_Step + func (*Path) Descriptor() ([]byte, []int) + func (*Path) ProtoMessage() + func (x *Path) GetSteps() []*Path_Step + func (x *Path) ProtoReflect() protoreflect.Message + func (x *Path) Reset() + func (x *Path) String() string + type Path_Step struct + Selector isPath_Step_Selector + func (*Path_Step) Descriptor() ([]byte, []int) + func (*Path_Step) ProtoMessage() + func (m *Path_Step) GetSelector() isPath_Step_Selector + func (x *Path_Step) GetAttributeName() string + func (x *Path_Step) GetElementKey() *DynamicValue + func (x *Path_Step) ProtoReflect() protoreflect.Message + func (x *Path_Step) Reset() + func (x *Path_Step) String() string + type Path_Step_AttributeName struct + AttributeName string + type Path_Step_ElementKey struct + ElementKey *DynamicValue + type Plan struct + Backend *Backend + ForceReplaceAddrs []string + OutputChanges []*OutputChange + ProviderHashes map[string]*Hash + ResourceChanges []*ResourceInstanceChange + TargetAddrs []string + TerraformVersion string + UiMode Mode + Variables map[string]*DynamicValue + Version uint64 + func (*Plan) Descriptor() ([]byte, []int) + func (*Plan) ProtoMessage() + func (x *Plan) GetBackend() *Backend + func (x *Plan) GetForceReplaceAddrs() []string + func (x *Plan) GetOutputChanges() []*OutputChange + func (x *Plan) GetProviderHashes() map[string]*Hash + func (x *Plan) GetResourceChanges() []*ResourceInstanceChange + func (x *Plan) GetTargetAddrs() []string + func (x *Plan) GetTerraformVersion() string + func (x *Plan) GetUiMode() Mode + func (x *Plan) GetVariables() map[string]*DynamicValue + func (x *Plan) GetVersion() uint64 + func (x *Plan) ProtoReflect() protoreflect.Message + func (x *Plan) Reset() + func (x *Plan) String() string + type ResourceInstanceActionReason int32 + const ResourceInstanceActionReason_NONE + const ResourceInstanceActionReason_REPLACE_BECAUSE_CANNOT_UPDATE + const ResourceInstanceActionReason_REPLACE_BECAUSE_TAINTED + const ResourceInstanceActionReason_REPLACE_BY_REQUEST + func (ResourceInstanceActionReason) Descriptor() protoreflect.EnumDescriptor + func (ResourceInstanceActionReason) EnumDescriptor() ([]byte, []int) + func (ResourceInstanceActionReason) Type() protoreflect.EnumType + func (x ResourceInstanceActionReason) Enum() *ResourceInstanceActionReason + func (x ResourceInstanceActionReason) Number() protoreflect.EnumNumber + func (x ResourceInstanceActionReason) String() string + type ResourceInstanceChange struct + ActionReason ResourceInstanceActionReason + Change *Change + DeposedKey string + InstanceKey isResourceInstanceChange_InstanceKey + Mode ResourceInstanceChange_ResourceMode + ModulePath string + Name string + Private []byte + Provider string + RequiredReplace []*Path + Type string + func (*ResourceInstanceChange) Descriptor() ([]byte, []int) + func (*ResourceInstanceChange) ProtoMessage() + func (m *ResourceInstanceChange) GetInstanceKey() isResourceInstanceChange_InstanceKey + func (x *ResourceInstanceChange) GetActionReason() ResourceInstanceActionReason + func (x *ResourceInstanceChange) GetChange() *Change + func (x *ResourceInstanceChange) GetDeposedKey() string + func (x *ResourceInstanceChange) GetInt() int64 + func (x *ResourceInstanceChange) GetMode() ResourceInstanceChange_ResourceMode + func (x *ResourceInstanceChange) GetModulePath() string + func (x *ResourceInstanceChange) GetName() string + func (x *ResourceInstanceChange) GetPrivate() []byte + func (x *ResourceInstanceChange) GetProvider() string + func (x *ResourceInstanceChange) GetRequiredReplace() []*Path + func (x *ResourceInstanceChange) GetStr() string + func (x *ResourceInstanceChange) GetType() string + func (x *ResourceInstanceChange) ProtoReflect() protoreflect.Message + func (x *ResourceInstanceChange) Reset() + func (x *ResourceInstanceChange) String() string + type ResourceInstanceChange_Int struct + Int int64 + type ResourceInstanceChange_ResourceMode int32 + const ResourceInstanceChange_data + const ResourceInstanceChange_managed + func (ResourceInstanceChange_ResourceMode) Descriptor() protoreflect.EnumDescriptor + func (ResourceInstanceChange_ResourceMode) EnumDescriptor() ([]byte, []int) + func (ResourceInstanceChange_ResourceMode) Type() protoreflect.EnumType + func (x ResourceInstanceChange_ResourceMode) Enum() *ResourceInstanceChange_ResourceMode + func (x ResourceInstanceChange_ResourceMode) Number() protoreflect.EnumNumber + func (x ResourceInstanceChange_ResourceMode) String() string + type ResourceInstanceChange_Str struct + Str string