Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TeradataCredentialDataSource ¶
func TeradataCredentialDataSource() datasource.DataSource
TeradataCredentialDataSource is a helper function to simplify the provider implementation.
func TeradataCredentialResource ¶
TeradataCredentialResource is a helper function to simplify the provider implementation.
Types ¶
type TeradataCredentialModel ¶
type TeradataCredentialModel struct {
ID types.String `tfsdk:"id"`
CredentialID types.Int64 `tfsdk:"credential_id"`
ProjectID types.Int64 `tfsdk:"project_id"`
User types.String `tfsdk:"user"`
Password types.String `tfsdk:"password"`
Schema types.String `tfsdk:"schema"`
Threads types.Int64 `tfsdk:"threads"`
}
TeradataCredentialModel is the model for the resource
Click to show internal directories.
Click to hide internal directories.