Hi, is it possible to specify a backend at the sta...
# general
b
Hi, is it possible to specify a backend at the stack level (e.g. Pulumi.dev.yaml) and not at the project level (Pulumi.yaml)?
m
PULUMI_BACKEND_URL
can be used to specify the environment a wrapper script / Makefile / task runner could help you there. Alternatively, you could perhaps use the automation API
b
i see, is it possible to specify it in the Pulumi stack yaml, similar to how we can specify it in the project yaml?