Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCredentialDataSource ¶
func NewCredentialDataSource() datasource.DataSource
NewCredentialDataSource is a helper function to simplify the provider implementation.
func NewCredentialResource ¶
NewCredentialResource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` // needed by TF CredentialId types.String `tfsdk:"credential_id"` InstanceId types.String `tfsdk:"instance_id"` ProjectId types.String `tfsdk:"project_id"` Host types.String `tfsdk:"host"` Hosts types.List `tfsdk:"hosts"` Password types.String `tfsdk:"password"` Port types.Int64 `tfsdk:"port"` Scheme types.String `tfsdk:"scheme"` Uri types.String `tfsdk:"uri"` Username types.String `tfsdk:"username"` }
Click to show internal directories.
Click to hide internal directories.