✨ 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 Typescript.
import { DataTerraformRemoteStateConfig } from 'cdktn' const dataTerraformRemoteStateConfig: DataTerraformRemoteStateConfig = { ... }
defaults
{[ key: string ]: any}
workspace
string
public readonly defaults: {[ key: string ]: any};
public readonly workspace: string;
Was this page helpful?