Documentation ¶
Index ¶
- Variables
- func AttrValueSetBool(obj *types.Bool, data any) (d diag.Diagnostics, err error)
- func AttrValueSetFloat64(obj *types.Float64, data any) (d diag.Diagnostics, err error)
- func AttrValueSetInt64(obj *types.Int64, data any) (d diag.Diagnostics, err error)
- func AttrValueSetJsonString(obj *types.String, data any, trim bool) (d diag.Diagnostics, err error)
- func AttrValueSetListString(obj *types.List, data any, trim bool) (d diag.Diagnostics, err error)
- func AttrValueSetString(obj *types.String, data any, trim bool) (d diag.Diagnostics, err error)
- func DefaultValue(v attr.Value) tfsdk.AttributePlanModifier
- func TrimAwxString(in string) (out string)
Constants ¶
This section is empty.
Variables ¶
View Source
var SchemaVersion int64 = 1
Functions ¶
func AttrValueSetBool ¶
func AttrValueSetFloat64 ¶
func AttrValueSetInt64 ¶
func AttrValueSetJsonString ¶
func AttrValueSetListString ¶
func AttrValueSetString ¶
func DefaultValue ¶
func DefaultValue(v attr.Value) tfsdk.AttributePlanModifier
DefaultValue is a helper to instantiate a defaultValueAttributePlanModifier.
func TrimAwxString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.