Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. StackTag

StackTag

    StackTag holds the name and value of a single stack tag.

    Properties

    • name enum required
      The 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 name property of Pulumi.yaml).
      pulumi:runtime — ProjectRuntimeTag
      ProjectRuntimeTag is a tag that represents the runtime of a project (the runtime property 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)
    • value string required
      The tag value associated with this key.

      The infrastructure as code platform for any cloud.