https://pulumi.com logo
p

proud-cricket-86351

05/02/2022, 6:47 AM
hi i have a question about pulumi.yaml files, as there are multiple i kinda see the intention pulumi.dev.yaml for dev env pulumi.prod.yaml for prod env but what is the prupose of pulumi.yaml? Contents of pulumi.yaml (auto generated)
name: modules
runtime: nodejs
description: A minimal AWS TypeScript Pulumi program
vs pulumi.dev.yaml
config:
aws:region: eu-west-1
q

quaint-eye-38036

05/02/2022, 7:39 AM
pulumi.yaml
holds the project information while
pulumi.*.yaml
holds the stack(instance of the project) information
e

echoing-dinner-19531

05/02/2022, 9:11 AM
Yup, some more details about
Pulumi.yaml
at https://www.pulumi.com/docs/reference/pulumi-yaml/ The Pulumi.*.yaml files just have config values for the given stack.
4 Views