Initializer
Properties
| Name | Type | Description |
|---|---|---|
conn_str | str | Postgres connection string; |
schema_name | str | Name of the automatically-managed Postgres schema, default to terraform_remote_state. |
skip_index_creation | bool | If set to true, the Postgres index must already exist. |
skip_schema_creation | bool | If set to true, the Postgres schema must already exist. |
skip_table_creation | bool | If set to true, the Postgres table must already exist. |
conn_strRequired
- Type: str
schema_nameOptional
- Type: str
skip_index_creationOptional
- Type: bool
skip_schema_creationOptional
- Type: bool
skip_table_creationOptional
- Type: bool