✨ v0.22.0 is live — providers rebuilt without cdktf as a peer dependency. Release notes · Migration guide · Provider dashboard
CDKTN Core API Reference for TerraformResourceMoveById in Typescript.
import { TerraformResourceMoveById } from 'cdktn' const terraformResourceMoveById: TerraformResourceMoveById = { ... }
from
string
to
public readonly from: string;
public readonly to: string;
Was this page helpful?