Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Converter ¶
func Converter(plan *ResourceModel, state *ResourceModel, converterType commons.ConverterType) (*variable.Variable, bool)
func UpdateStateAfterRead ¶
func UpdateStateAfterRead(res *sdkVariable.ReadVariableOutput, state *ResourceModel)
Types ¶
type ConditionModel ¶
type ResourceModel ¶
type ResourceModel struct { ID types.String `tfsdk:"id"` Scope types.String `tfsdk:"scope"` ScopeId types.String `tfsdk:"scope_id"` Key types.String `tfsdk:"key"` Type types.String `tfsdk:"type"` Value types.String `tfsdk:"value"` IsSensitive types.Bool `tfsdk:"is_sensitive"` IsOverridable types.Bool `tfsdk:"is_overridable"` IsRequired types.Bool `tfsdk:"is_required"` Description types.String `tfsdk:"description"` ValueConditions []*ConditionModel `tfsdk:"value_conditions"` }
Click to show internal directories.
Click to hide internal directories.