intermediate Pulumi user with a question about sel...
# getting-started
b
intermediate Pulumi user with a question about self-hosted backends
my stacks are pretty old, and I don't have a meta.yaml in my self-hosted s3 state bucket.
is there a way to generate that file, or do I need to run with
export PULUMI_SELF_MANAGED_STATE_LEGACY_LAYOUT=true
forever?
I added an empty meta.yaml, but no joy
oh FML
I had the wrong bucket string
leaving my embarrassment here for posterity
the remaining error was solved by the tips here; https://github.com/pulumi/pulumi/issues/13142
f
I did something similar today. You're still amazing.