This message was deleted.
# general
s
This message was deleted.
t
Hi! Welcome 🙂 It looks like you are using the format for template, not for the actual config file.
config
should be the top element, e.g.
Copy code
config:
  azure:environment: public
  project:name: TestProject
👍 1
It might be best to use CLI to set config values, e.g.
pulumi config set location "West Europe"
m
it is working now, thanks!