> ## 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: TerraformConstructor

> CDKTN Core API Reference for TerraformConstructor in CSharp.

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

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

new TerraformConstructor {
    string TfResourceType
};
```

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

| **Name**                                                                                                      | **Type**            | **Description**   |
| ------------------------------------------------------------------------------------------------------------- | ------------------- | ----------------- |
| <code><a href="#cdktn.testingMatchers.TerraformConstructor.property.tfResourceType">TfResourceType</a></code> | <code>string</code> | *No description.* |

***

### `TfResourceType`<sup>Required</sup> <a name="TfResourceType" id="cdktn.testingMatchers.TerraformConstructor.property.tfResourceType" />

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

* *Type:* string

***
