https://pulumi.com logo
#general
Title
# general
l

lemon-monkey-228

06/21/2021, 2:50 PM
Is there a way to store my stack’s config in GCS along with the state?
b

brave-planet-10645

06/21/2021, 2:54 PM
l

lemon-monkey-228

06/21/2021, 3:03 PM
I’ve logged in okay, but I still have a
Pulumi.x.yaml
locally
Let me double check I’ve done it right. I have used state tracking in another project but I started this one off without any tracking (local and blowing away the state)
So I wonder if there’s something badly configured
Sorry, when I say config, I might mean ‘secrets provider’ (
pulumi config get …
)
I’ll re-read the docs, including https://www.pulumi.com/docs/intro/concepts/config/#changing-the-secrets-provider-for-a-stack and see if that’s what I need
thanks
g

great-sunset-355

06/21/2021, 3:31 PM
I tested migration from hosted to self-managed, I changed a secret service to
passphrase
and then
pulumi login s3://
and
p .. stack import
The reason I needed to change secret service was that exported state still pointed to pulumi secret service and that did not allow me to import it
3 Views