modern-army-59158
05/29/2019, 11:13 AMpulumi config --config-file Pulumi.Test.yaml
to check my values, but the no keys or values are visible.
My yaml file looks like:
`encryptionsalt: ******
template:
config:
azureenvironment
description: The Azure environment to use (public
, usgovernment
, german
, china
)
default: public
projectname
default: TestProject
projectlocation
default: West Europe`tall-librarian-49374
05/29/2019, 1:22 PMconfig
should be the top element, e.g.
config:
azure:environment: public
project:name: TestProject
pulumi config set location "West Europe"
modern-army-59158
05/29/2019, 6:45 PM