Hello folks, is there an way to have multiple backend states?
Lets say I have a single repository, and want to manage QA and PROD envs there.
The "problem" arrives when I want to have different buckets for each env.
I've had success in migrating from pulumi service to my GCP storage, but now i am looking for a way to actually have this, lets say a var or config for the project?
Right now I have to keep running
pulumi login
for changing the bucket where the state is saved
e
echoing-dinner-19531
02/22/2022, 9:25 PM
There's been some thinking about being able to configure the backend via the Pulumi.stack.yaml files. Would that help in this case?