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 | *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. |
ConnStrRequired
- Type: *string
SchemaNameOptional
- Type: *string
SkipIndexCreationOptional
- Type: *bool
SkipSchemaCreationOptional
- Type: *bool
SkipTableCreationOptional
- Type: *bool