Skip to main content

Initializer

import { DataTerraformRemoteStateRemoteConfig } from 'cdktn'

const dataTerraformRemoteStateRemoteConfig: DataTerraformRemoteStateRemoteConfig = { ... }

Properties

NameTypeDescription
defaults{[ key: string ]: any}No description.
workspacestringNo description.
organizationstringNo description.
workspacesIRemoteWorkspaceNo description.
hostnamestringNo description.
tokenstringNo description.

defaultsOptional

public readonly defaults: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

workspaceOptional

public readonly workspace: string;
  • Type: string

organizationRequired

public readonly organization: string;
  • Type: string

workspacesRequired

public readonly workspaces: IRemoteWorkspace;

hostnameOptional

public readonly hostname: string;
  • Type: string

tokenOptional

public readonly token: string;
  • Type: string