postgres_credential

package
v1.0.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PostgresCredentialDataSource

func PostgresCredentialDataSource() datasource.DataSource

func PostgresCredentialResource

func PostgresCredentialResource() resource.Resource

Types

type PostgresCredentialDataSourceModel

type PostgresCredentialDataSourceModel struct {
	ID            types.String `tfsdk:"id"`
	ProjectID     types.Int64  `tfsdk:"project_id"`
	CredentialID  types.Int64  `tfsdk:"credential_id"`
	IsActive      types.Bool   `tfsdk:"is_active"`
	DefaultSchema types.String `tfsdk:"default_schema"`
	Username      types.String `tfsdk:"username"`
	NumThreads    types.Int64  `tfsdk:"num_threads"`
}

type PostgresCredentialResourceModel

type PostgresCredentialResourceModel struct {
	ID            types.String `tfsdk:"id"`
	ProjectID     types.Int64  `tfsdk:"project_id"`
	CredentialID  types.Int64  `tfsdk:"credential_id"`
	IsActive      types.Bool   `tfsdk:"is_active"`
	DefaultSchema types.String `tfsdk:"default_schema"`
	Username      types.String `tfsdk:"username"`
	NumThreads    types.Int64  `tfsdk:"num_threads"`
	Type          types.String `tfsdk:"type"`
	TargetName    types.String `tfsdk:"target_name"`
	Password      types.String `tfsdk:"password"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL