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

> CDKTN Core API Reference for TerraformConstructor in Python.

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

```python theme={null}
from cdktn import testing_matchers

testingMatchers.TerraformConstructor(
  tf_resource_type: str
)
```

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

| **Name**                                                                                                          | **Type**         | **Description**   |
| ----------------------------------------------------------------------------------------------------------------- | ---------------- | ----------------- |
| <code><a href="#cdktn.testingMatchers.TerraformConstructor.property.tfResourceType">tf\_resource\_type</a></code> | <code>str</code> | *No description.* |

***

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

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

* *Type:* str

***
