pulumi/pkg/backend/filestate
Matt Ellis cad1949dba Fix an issue updating a newly created stack from the local backend
When creating a new stack using the local backend, the default
checkpoint has no deployment. That means there's a nil snapshot
created, which means our strategy of using the base snapshot's secrets
manager was not going to work. Trying to do so would result in a panic
because the baseSnapshot is nil in this case.

Using the secrets manager we are going to use to persist the snapshot
is a better idea anyhow, as that's what's actually going to be burned
into the deployment when we serialize the snapshot, so let's use that
instead.
2019-05-10 17:07:52 -07:00
..
backend.go Remove errant import 2019-05-10 17:07:52 -07:00
bucket.go Add support for state in cloud object storage (S3, GCS, Azure) (#2455) 2019-04-24 20:55:39 -07:00
snapshot.go Fix an issue updating a newly created stack from the local backend 2019-05-10 17:07:52 -07:00
stack.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
state.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00