Hey all, I'm trying to create something like a "*d...
# general
f
Hey all, I'm trying to create something like a "*dynamic backend"* based s3 bucket. Is there an option to create something like that?
s3://${STACK_NAME}-test-bucket/
in the backend file? I can use the "login" command before interacting with Pulumi, but it's not what I'm looking for
m
PULUMI_BACKEND_URL
environment variable is what we use. https://www.pulumi.com/docs/cli/environment-variables/