Initializer
Properties
| Name | Type | Description |
|---|---|---|
defaults | java.util.Map< java.lang.String, java.lang.Object > | No description. |
workspace | java.lang.String | No description. |
connStr | java.lang.String | Postgres connection string; |
schemaName | java.lang.String | Name of the automatically-managed Postgres schema, default to terraform_remote_state. |
skipIndexCreation | java.lang.Boolean | If set to true, the Postgres index must already exist. |
skipSchemaCreation | java.lang.Boolean | If set to true, the Postgres schema must already exist. |
skipTableCreation | java.lang.Boolean | If set to true, the Postgres table must already exist. |
defaultsOptional
- Type: java.util.Map< java.lang.String, java.lang.Object >
workspaceOptional
- Type: java.lang.String
connStrRequired
- Type: java.lang.String
schemaNameOptional
- Type: java.lang.String
skipIndexCreationOptional
- Type: java.lang.Boolean
skipSchemaCreationOptional
- Type: java.lang.Boolean
skipTableCreationOptional
- Type: java.lang.Boolean