> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Python: DataTerraformRemoteStateLocalConfig

> CDKTN Core API Reference for DataTerraformRemoteStateLocalConfig in Python.

## Initializer <a name="Initializer" id="cdktn.DataTerraformRemoteStateLocalConfig.Initializer" />

```python theme={null}
import cdktn

cdktn.DataTerraformRemoteStateLocalConfig(
  defaults: typing.Mapping[typing.Any] = None,
  workspace: str = None,
  path: str = None,
  workspace_dir: str = None
)
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                                   | **Type**                                 | **Description**                                |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ---------------------------------------------- |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.defaults">defaults</a></code>           | <code>typing.Mapping\[typing.Any]</code> | *No description.*                              |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.workspace">workspace</a></code>         | <code>str</code>                         | *No description.*                              |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.path">path</a></code>                   | <code>str</code>                         | Path where the state file is stored.           |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.workspaceDir">workspace\_dir</a></code> | <code>str</code>                         | (Optional) The path to non-default workspaces. |

***

### `defaults`<sup>Optional</sup> <a name="defaults" id="cdktn.DataTerraformRemoteStateLocalConfig.property.defaults" />

```python theme={null}
defaults: typing.Mapping[typing.Any]
```

* *Type:* typing.Mapping\[typing.Any]

***

### `workspace`<sup>Optional</sup> <a name="workspace" id="cdktn.DataTerraformRemoteStateLocalConfig.property.workspace" />

```python theme={null}
workspace: str
```

* *Type:* str

***

### `path`<sup>Optional</sup> <a name="path" id="cdktn.DataTerraformRemoteStateLocalConfig.property.path" />

```python theme={null}
path: str
```

* *Type:* str
* *Default:* defaults to terraform.\$\{stackId}.tfstate

Path where the state file is stored.

***

### `workspace_dir`<sup>Optional</sup> <a name="workspace_dir" id="cdktn.DataTerraformRemoteStateLocalConfig.property.workspaceDir" />

```python theme={null}
workspace_dir: str
```

* *Type:* str

(Optional) The path to non-default workspaces.

***
