Documentation
¶
Index ¶
- func DataSourceApplication() *schema.Resource
- func DataSourceApplications() *schema.Resource
- func DataSourceConnection() *schema.Resource
- func DataSourceConnections() *schema.Resource
- func DataSources() []func() datasource.DataSource
- func NewFlowResource() resource.Resource
- func NewVariableResource() resource.Resource
- func ResourceApplication() *schema.Resource
- func ResourceApplicationFlowPolicy() *schema.Resource
- func ResourceConnection() *schema.Resource
- func Resources() []func() resource.Resource
- type FlowConnectionLinkResourceModel
- type FlowResource
- func (r *FlowResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *FlowResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *FlowResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *FlowResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *FlowResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (p *FlowResource) ModifyPlan(ctx context.Context, req resource.ModifyPlanRequest, ...)
- func (r *FlowResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *FlowResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *FlowResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- func (p *FlowResource) ValidateConfig(ctx context.Context, req resource.ValidateConfigRequest, ...)
- type FlowResourceModel
- type FlowSubflowLinkResourceModel
- type FlowVariableResourceModel
- type VariableResource
- func (r *VariableResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *VariableResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *VariableResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *VariableResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *VariableResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (p *VariableResource) ModifyPlan(ctx context.Context, req resource.ModifyPlanRequest, ...)
- func (r *VariableResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *VariableResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *VariableResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type VariableResourceModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceApplication ¶
func DataSourceApplications ¶
func DataSourceConnection ¶
func DataSourceConnections ¶
func DataSources ¶ added in v0.3.0
func DataSources() []func() datasource.DataSource
func ResourceApplication ¶
func ResourceApplicationFlowPolicy ¶ added in v0.2.0
func ResourceConnection ¶
Types ¶
type FlowConnectionLinkResourceModel ¶ added in v0.3.0
type FlowResource ¶ added in v0.3.0
type FlowResource serviceClientType
Types
func (*FlowResource) Configure ¶ added in v0.3.0
func (r *FlowResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*FlowResource) Create ¶ added in v0.3.0
func (r *FlowResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*FlowResource) Delete ¶ added in v0.3.0
func (r *FlowResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*FlowResource) ImportState ¶ added in v0.3.0
func (r *FlowResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*FlowResource) Metadata ¶ added in v0.3.0
func (r *FlowResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*FlowResource) ModifyPlan ¶ added in v0.3.0
func (p *FlowResource) ModifyPlan(ctx context.Context, req resource.ModifyPlanRequest, resp *resource.ModifyPlanResponse)
func (*FlowResource) Read ¶ added in v0.3.0
func (r *FlowResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*FlowResource) Schema ¶ added in v0.3.0
func (r *FlowResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*FlowResource) Update ¶ added in v0.3.0
func (r *FlowResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
func (*FlowResource) ValidateConfig ¶ added in v0.3.0
func (p *FlowResource) ValidateConfig(ctx context.Context, req resource.ValidateConfigRequest, resp *resource.ValidateConfigResponse)
type FlowResourceModel ¶ added in v0.3.0
type FlowResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
FlowJSON davinciexporttype.ParsedValue `tfsdk:"flow_json"`
FlowConfigurationJSON davinciexporttype.ParsedValue `tfsdk:"flow_configuration_json"`
FlowExportJSON davinciexporttype.ParsedValue `tfsdk:"flow_export_json"`
Deploy types.Bool `tfsdk:"deploy"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
LogLevel types.Int32 `tfsdk:"log_level"`
ConnectionLinks types.Set `tfsdk:"connection_link"`
SubFlowLinks types.Set `tfsdk:"subflow_link"`
FlowVariables types.Set `tfsdk:"flow_variables"`
}
type FlowSubflowLinkResourceModel ¶ added in v0.3.0
type FlowVariableResourceModel ¶ added in v0.4.0
type VariableResource ¶ added in v0.4.0
type VariableResource serviceClientType
Types
func (*VariableResource) Configure ¶ added in v0.4.0
func (r *VariableResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*VariableResource) Create ¶ added in v0.4.0
func (r *VariableResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*VariableResource) Delete ¶ added in v0.4.0
func (r *VariableResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*VariableResource) ImportState ¶ added in v0.4.0
func (r *VariableResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*VariableResource) Metadata ¶ added in v0.4.0
func (r *VariableResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*VariableResource) ModifyPlan ¶ added in v0.4.0
func (p *VariableResource) ModifyPlan(ctx context.Context, req resource.ModifyPlanRequest, resp *resource.ModifyPlanResponse)
func (*VariableResource) Read ¶ added in v0.4.0
func (r *VariableResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*VariableResource) Schema ¶ added in v0.4.0
func (r *VariableResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*VariableResource) Update ¶ added in v0.4.0
func (r *VariableResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type VariableResourceModel ¶ added in v0.3.3
type VariableResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
FlowId types.String `tfsdk:"flow_id"`
Name types.String `tfsdk:"name"`
Context types.String `tfsdk:"context"`
Description types.String `tfsdk:"description"`
Type types.String `tfsdk:"type"`
Mutable types.Bool `tfsdk:"mutable"`
Value types.String `tfsdk:"value"`
EmptyValue types.Bool `tfsdk:"empty_value"`
ValueService types.String `tfsdk:"value_service"`
Min types.Int64 `tfsdk:"min"`
Max types.Int64 `tfsdk:"max"`
}
Click to show internal directories.
Click to hide internal directories.