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

import cdktn

cdktn.TaggedCloudWorkspaces(
  tags: typing.List[str],
  project: str = None
)
NameTypeDescription
tagstyping.List[str]No description.
projectstrNo description.

tagsRequired

  • Type: typing.List[str]

projectOptional

  • Type: str

Methods

NameDescription
to_terraformNo description.
to_hcl_terraformNo description.

to_terraform

def to_terraform() -> typing.Any

to_hcl_terraform

def to_hcl_terraform() -> typing.Any

Properties

NameTypeDescription
tagstyping.List[str]No description.
projectstrNo description.

tagsRequired

tags: typing.List[str]
  • Type: typing.List[str]

projectOptional

project: str
  • Type: str