Initializer
Properties
| Name | Type | Description |
|---|---|---|
defaults | typing.Mapping[typing.Any] | No description. |
workspace | str | No description. |
path | str | Path where the state file is stored. |
workspace_dir | str | (Optional) The path to non-default workspaces. |
defaultsOptional
- Type: typing.Mapping[typing.Any]
workspaceOptional
- Type: str
pathOptional
- Type: str
- Default: defaults to terraform.${stackId}.tfstate
workspace_dirOptional
- Type: str