Initializer
Properties
| Name | Type | Description |
|---|---|---|
defaults | typing.Mapping[typing.Any] | No description. |
workspace | str | No 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. |
defaultsOptional
- Type: typing.Mapping[typing.Any]
workspaceOptional
- Type: str
conn_strRequired
- Type: str
schema_nameOptional
- Type: str
skip_index_creationOptional
- Type: bool
skip_schema_creationOptional
- Type: bool
skip_table_creationOptional
- Type: bool