Initializer
Properties
| Name | Type | Description |
|---|---|---|
connStr | string | Postgres connection string; |
schemaName | string | Name of the automatically-managed Postgres schema, default to terraform_remote_state. |
skipIndexCreation | boolean | If set to true, the Postgres index must already exist. |
skipSchemaCreation | boolean | If set to true, the Postgres schema must already exist. |
skipTableCreation | boolean | If set to true, the Postgres table must already exist. |
connStrRequired
- Type: string
schemaNameOptional
- Type: string
skipIndexCreationOptional
- Type: boolean
skipSchemaCreationOptional
- Type: boolean
skipTableCreationOptional
- Type: boolean