refined-terabyte-65361
07/27/2021, 6:59 PMPulumi.dev.yaml
Pulumi.test.yaml
Pulumi.prod.yaml
and
index.ts
in pulumi.foo.yaml file there are some variables which are being used by index.ts
how does pulumi know where to access variable from
eg:
there is a variable present in all 3 files
Pulumi.dev.yaml
foo:project: dev
Pulumi.test.yaml
foo:project: test
Pulumi.prrod.yaml
foo:project: prod
how does pulumi up know where to get the variable from ?billowy-army-68599
test
stack you'll see foo:project: test
refined-terabyte-65361
07/27/2021, 7:13 PMbrave-planet-10645
07/28/2021, 9:24 AM