Pulumi project name as a variable
# 🌱|help-and-getting-started
c
Is it possible to set the pulumi project name in the Pulumi.yml via templating from garden?
q
Hi @colossal-salesclerk-87522
pulumiVariables
only takes variables nested under the
config
block of a Pulumi project file see https://www.pulumi.com/docs/concepts/projects/project-file/ for an example that sets
aws:region:
. Other project file values outside
config
, such as
runtime: yaml
would not be valid key values to set using
pulumiVariables
. That said, it's a good feature request if you'd like to create it in our GitHub.
2 Views