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

using Io.Cdktn;

new NamedCloudWorkspace(string Name, string Project = null);
NameTypeDescription
NamestringNo description.
ProjectstringNo description.

NameRequired

  • Type: string

ProjectOptional

  • Type: string

Methods

NameDescription
ToTerraformNo description.
ToHclTerraformNo description.

ToTerraform

private object ToTerraform()

ToHclTerraform

private object ToHclTerraform()

Properties

NameTypeDescription
NamestringNo description.
ProjectstringNo description.

NameRequired

public string Name { get; }
  • Type: string

ProjectOptional

public string Project { get; }
  • Type: string