> ## 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.

# CSharp: DataTerraformRemoteStateLocalConfig

> CDKTN Core API Reference for DataTerraformRemoteStateLocalConfig in CSharp.

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

```csharp theme={null}
using Io.Cdktn;

new DataTerraformRemoteStateLocalConfig {
    System.Collections.Generic.IDictionary<string, object> Defaults = null,
    string Workspace = null,
    string Path = null,
    string WorkspaceDir = null
};
```

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

| **Name**                                                                                                 | **Type**                                                               | **Description**                                |
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------- |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.defaults">Defaults</a></code>         | <code>System.Collections.Generic.IDictionary\< string, object ></code> | *No description.*                              |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.workspace">Workspace</a></code>       | <code>string</code>                                                    | *No description.*                              |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.path">Path</a></code>                 | <code>string</code>                                                    | Path where the state file is stored.           |
| <code><a href="#cdktn.DataTerraformRemoteStateLocalConfig.property.workspaceDir">WorkspaceDir</a></code> | <code>string</code>                                                    | (Optional) The path to non-default workspaces. |

***

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

```csharp theme={null}
public System.Collections.Generic.IDictionary<string, object> Defaults { get; set; }
```

* *Type:* System.Collections.Generic.IDictionary\< string, object >

***

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

```csharp theme={null}
public string Workspace { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string Path { get; set; }
```

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

Path where the state file is stored.

***

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

```csharp theme={null}
public string WorkspaceDir { get; set; }
```

* *Type:* string

(Optional) The path to non-default workspaces.

***
