✨ v0.22.0 is live — providers rebuilt without cdktf as a peer dependency. Release notes · Migration guide · Provider dashboard
CDKTN Core API Reference for DataTerraformRemoteStateConfig in CSharp.
using Io.Cdktn; new DataTerraformRemoteStateConfig { System.Collections.Generic.IDictionary<string, object> Defaults = null, string Workspace = null };
Defaults
System.Collections.Generic.IDictionary< string, object >
Workspace
string
public System.Collections.Generic.IDictionary<string, object> Defaults { get; set; }
public string Workspace { get; set; }
Was this page helpful?