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

# Go: TerraformResourceMoveById

> CDKTN Core API Reference for TerraformResourceMoveById in Go.

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

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

&cdktn.TerraformResourceMoveById {
	From: *string,
	To: *string,
}
```

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

| **Name**                                                                       | **Type**              | **Description**   |
| ------------------------------------------------------------------------------ | --------------------- | ----------------- |
| <code><a href="#cdktn.TerraformResourceMoveById.property.from">From</a></code> | <code>\*string</code> | *No description.* |
| <code><a href="#cdktn.TerraformResourceMoveById.property.to">To</a></code>     | <code>\*string</code> | *No description.* |

***

### `From`<sup>Required</sup> <a name="From" id="cdktn.TerraformResourceMoveById.property.from" />

```go theme={null}
From *string
```

* *Type:* \*string

***

### `To`<sup>Required</sup> <a name="To" id="cdktn.TerraformResourceMoveById.property.to" />

```go theme={null}
To *string
```

* *Type:* \*string

***
