Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
NewStateResource is a helper function to simplify the provider implementation.
Types ¶
type State ¶
type State struct { ID types.String `tfsdk:"id"` Key types.String `tfsdk:"key"` Version types.Int64 `tfsdk:"version"` Type types.String `tfsdk:"type"` Name customtypes.LocalizedStringValue `tfsdk:"name"` Description customtypes.LocalizedStringValue `tfsdk:"description"` Initial types.Bool `tfsdk:"initial"` Roles []types.String `tfsdk:"roles"` }
func NewStateFromNative ¶
Click to show internal directories.
Click to hide internal directories.