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 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"`
DisplayName types.String `tfsdk:"display_name"`
IsSensitive types.Bool `tfsdk:"is_sensitive"`
IsOverridable types.Bool `tfsdk:"is_overridable"`
IsRequired types.Bool `tfsdk:"is_required"`
Description types.String `tfsdk:"description"`
ValueConditions []*cross_models.ConditionModel `tfsdk:"value_conditions"`
BlueprintVariableManagedBy types.String `tfsdk:"blueprint_variable_managed_by"`
}
Click to show internal directories.
Click to hide internal directories.