https://pulumi.com logo
Title
f

fresh-pilot-59899

02/21/2020, 9:09 PM
Hi, what is the role of the template config from the Pulumi.yaml? only for documentation purposes? It does not seem to be injected in the stack file when I create a new one.
template:
  config:
    azure:region:
      description: Azure location where to provision the resources created by this component.
    azure:environment:
      description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`)
      default: public
w

white-balloon-205

02/21/2020, 10:01 PM
It is (currently) only used for
pulumi new
(and https://app.pulumi.com/site/new-project). It should only be needed in templates, not in actual project files.