StackTag
StackTag holds the name and value of a single stack tag.
Properties
nameenum requiredThe tag key, which must conform to the stack tag naming rules.Values:pulumi:project— ProjectNameTag- ProjectNameTag is a tag that represents the name of a project (coresponds to the
nameproperty of Pulumi.yaml). pulumi:runtime— ProjectRuntimeTag- ProjectRuntimeTag is a tag that represents the runtime of a project (the
runtimeproperty of Pulumi.yaml). pulumi:description— ProjectDescriptionTag- ProjectDescriptionTag is a tag that represents the description of a project (Pulumi.yaml’s
description). pulumi:template— ProjectTemplateTag- ProjectTemplateTag is a tag that represents the template that was used to create a project.
vcs:owner— VCSOwnerNameTag- VCSOwnerNameTag is a tag that represents the name of the owner on the cloud VCS that this stack may be associated with (inferred by the CLI based on git remote info).
vcs:repo— VCSRepositoryNameTag- VCSRepositoryNameTag is a tag that represents the name of a repository on the cloud VCS that this stack may be associated with (inferred by the CLI based on git remote info).
vcs:kind— VCSRepositoryKindTag- VCSRepositoryKindTag is a tag that represents the kind of the cloud VCS that this stack may be associated with (inferred by the CLI based on the git remote info).
vcs:root— VCSRepositoryRootTag- VCSRepositoryRootTag is a tag that represents the root directory of the repository on the cloud VCS that this stack may be associated with (pulled from git by the CLI)
valuestring requiredThe tag value associated with this key.