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 "github.com/open-constructs/cdk-terrain-go/cdktn"

cdktn.NewTaggedCloudWorkspaces(tags *[]*string, project *string) TaggedCloudWorkspaces
NameTypeDescription
tags*[]*stringNo description.
project*stringNo description.

tagsRequired

  • Type: *[]*string

projectOptional

  • Type: *string

Methods

NameDescription
ToTerraformNo description.
ToHclTerraformNo description.

ToTerraform

func ToTerraform() interface{}

ToHclTerraform

func ToHclTerraform() interface{}

Properties

NameTypeDescription
Tags*[]*stringNo description.
Project*stringNo description.

TagsRequired

func Tags() *[]*string
  • Type: *[]*string

ProjectOptional

func Project() *string
  • Type: *string