terraform/backend/remote-state/azure
Kristin Laemmert 6621501ae3
state: remove deprecated state package (#25490)
Most of the state package has been deprecated by the states package.
This PR replaces all the references to the old state package that
can be done simply - the low-hanging fruit.

* states: move state.Locker to statemgr

The state.Locker interface was a wrapper around a statemgr.Full, so
moving this was relatively straightforward.

* command: remove unnecessary use of state package for writing local terraform state files

* move state.LocalState into terraform package

state.LocalState is responsible for managing terraform.States, so it
made sense (to me) to move it into the terraform package.

* slight change of heart: move state.LocalState into clistate instead of
terraform
2020-08-11 11:43:01 -04:00
..
arm_client.go Update azure backend storage sdk (#24669) 2020-05-20 17:29:02 +02:00
backend.go Azure backend: support snapshots/versioning (#24069) 2020-06-25 11:50:16 +02:00
backend_state.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
backend_test.go Azure backend: support snapshots/versioning (#24069) 2020-06-25 11:50:16 +02:00
client.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
client_test.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
helpers_test.go Update azure backend storage sdk (#24669) 2020-05-20 17:29:02 +02:00
sender.go helper/logging: Bring the LevelFilter into our own codebase 2019-12-05 15:22:03 -08:00