Skip to main content
A set of Terraform Cloud workspace tags. You will be able to use this working directory with any workspaces that have all of the specified tags, and can use the terraform workspace commands to switch between them or create new workspaces. New workspaces will automatically have the specified tags. This option conflicts with name.

Initializers

using Io.Cdktn;

new TaggedCloudWorkspaces(string[] Tags, string Project = null);
NameTypeDescription
Tagsstring[]No description.
ProjectstringNo description.

TagsRequired

  • Type: string[]

ProjectOptional

  • Type: string

Methods

NameDescription
ToTerraformNo description.
ToHclTerraformNo description.

ToTerraform

private object ToTerraform()

ToHclTerraform

private object ToHclTerraform()

Properties

NameTypeDescription
Tagsstring[]No description.
ProjectstringNo description.

TagsRequired

public string[] Tags { get; }
  • Type: string[]

ProjectOptional

public string Project { get; }
  • Type: string