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

# Typescript: TerraformConstructor

> CDKTN Core API Reference for TerraformConstructor in Typescript.

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

```typescript theme={null}
import { testingMatchers } from 'cdktn'

const terraformConstructor: testingMatchers.TerraformConstructor = { ... }
```

## 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" />

```typescript theme={null}
public readonly tfResourceType: string;
```

* *Type:* string

***
