workflowsteptemplaterevision

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: MPL-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewResource

func NewResource() resource.Resource

NewResource is a helper function to simplify the provider implementation.

Types

type DeprecationModel

type DeprecationModel struct {
	EffectiveDate types.String `tfsdk:"effective_date"`
	Message       types.String `tfsdk:"message"`
}

DeprecationModel represents the deprecation nested object

func (DeprecationModel) AttributeTypes

func (DeprecationModel) AttributeTypes() map[string]attr.Type

type WorkflowStepTemplateRevisionResourceModel

type WorkflowStepTemplateRevisionResourceModel struct {
	Id               types.String `tfsdk:"id"`
	TemplateId       types.String `tfsdk:"template_id"`
	Alias            types.String `tfsdk:"alias"`
	Notes            types.String `tfsdk:"notes"`
	LongDescription  types.String `tfsdk:"description"`
	TemplateType     types.String `tfsdk:"template_type"`
	SourceConfigKind types.String `tfsdk:"source_config_kind"`
	IsActive         types.String `tfsdk:"is_active"`
	IsPublic         types.String `tfsdk:"is_public"`
	Tags             types.List   `tfsdk:"tags"`
	ContextTags      types.Map    `tfsdk:"context_tags"`
	RuntimeSource    types.Object `tfsdk:"runtime_source"`
	Deprecation      types.Object `tfsdk:"deprecation"`
}

WorkflowStepTemplateRevisionResourceModel represents the Terraform resource model

func BuildAPIModelToRevisionModel

BuildAPIModelToRevisionModel converts the SDK response to the Terraform model

func (*WorkflowStepTemplateRevisionResourceModel) ToAPIModel

ToAPIModel converts the Terraform model to the SDK create request model

func (*WorkflowStepTemplateRevisionResourceModel) ToPatchedAPIModel

ToPatchedAPIModel converts the Terraform model to the SDK update request model

Jump to

Keyboard shortcuts

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