✨ 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 CSharp.
using Io.Cdktn; new TerraformResourceMoveById { string From, string To };
From
string
To
public string From { get; set; }
public string To { get; set; }
Was this page helpful?