Hi, what is the role of the template config from t...
# typescript
f
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.
Copy code
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
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.