Skip to main content
The name of a single Terraform Cloud workspace. You will only be able to use the workspace specified in the configuration with this working directory, and cannot manage workspaces from the CLI (e.g. terraform workspace select or terraform workspace new).

Initializers

import { NamedCloudWorkspace } from 'cdktn'

new NamedCloudWorkspace(name: string, project?: string)
NameTypeDescription
namestringNo description.
projectstringNo description.

nameRequired

  • Type: string

projectOptional

  • Type: string

Methods

NameDescription
toTerraformNo description.
toHclTerraformNo description.

toTerraform

public toTerraform(): any

toHclTerraform

public toHclTerraform(): any

Properties

NameTypeDescription
namestringNo description.
projectstringNo description.

nameRequired

public readonly name: string;
  • Type: string

projectOptional

public readonly project: string;
  • Type: string