Initializer
Properties
| Name | Type | Description |
|---|---|---|
Defaults | System.Collections.Generic.IDictionary< string, object > | No description. |
Workspace | string | No description. |
ConnStr | string | Postgres connection string; |
SchemaName | string | Name of the automatically-managed Postgres schema, default to terraform_remote_state. |
SkipIndexCreation | bool | If set to true, the Postgres index must already exist. |
SkipSchemaCreation | bool | If set to true, the Postgres schema must already exist. |
SkipTableCreation | bool | If set to true, the Postgres table must already exist. |
DefaultsOptional
- Type: System.Collections.Generic.IDictionary< string, object >
WorkspaceOptional
- Type: string
ConnStrRequired
- Type: string
SchemaNameOptional
- Type: string
SkipIndexCreationOptional
- Type: bool
SkipSchemaCreationOptional
- Type: bool
SkipTableCreationOptional
- Type: bool