# Packages
No description provided by the author
# Functions
BoolPtrToBool converts a bool pointer to a bool.
BoolPtrToTypeBool converts a *bool to a types.Bool.
ByteToString converts a byte slice to a string.
DateOnlyPtrToString converts a DateOnly pointer to a Terraform string.
DecodeBase64ToString decodes a base64-encoded string and returns a basetypes.StringValue.
EnumListPtrToTypeStringSlice converts a slice of pointers to enum-like constants to a slice of types.String.
EnumPtrToTypeString converts a pointer to an enum-like type to a types.String.
EnumSliceToTypeStringSlice converts a slice of enum-like constants to a slice of types.String.
Int32PtrToTypeInt32 converts a pointer to an int32 to a types.Int32.
Int32PtrToTypeInt64 converts a pointer to an int32 to a types.Int64.
Int64PtrToTypeInt64 converts a *int64 to a types.Int64.
ISO8601DurationToString converts an ISODuration to a types.String value.
SliceToTypeStringSlice converts a slice of strings to a slice of types.String.
StringListToTypeList converts a slice of strings to a types.List.
StringPtrToString converts a string pointer to a string.
TimeToString converts a *time.Time to a types.String.