Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client struct holding connection string
type ClientCertificateConfig ¶ added in v1.7.3
type Config ¶
type Config struct { Host string Port int Username string Password string DatabaseUsername string Superuser bool SSLMode string ApplicationName string Timeout int ConnectTimeoutSec int MaxConns int ExpectedVersion semver.Version SSLClientCert *ClientCertificateConfig SSLRootCertPath string }
Config - provider config
Click to show internal directories.
Click to hide internal directories.