Initializer
Properties
| Name | Type | Description |
|---|---|---|
Defaults | *map[string]interface{} | 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: *map[string]interface{}
WorkspaceOptional
- Type: *string
ConnStrRequired
- Type: *string
SchemaNameOptional
- Type: *string
SkipIndexCreationOptional
- Type: *bool
SkipSchemaCreationOptional
- Type: *bool
SkipTableCreationOptional
- Type: *bool