terraform/states/remote
Pam Selle 2c35869a32 Fix bug for force push for backends besides the remote backend
In refactoring the force push code when implementing force push
for the Terraform remote backend, a bug was introduced that
meant that backends that don't implement the EnableForcePush
method would still have their state validated. This commit
fixes that, and adds test coverage such that there is a separate
mockRemoteClient that has this method implemented.
2020-09-10 09:13:57 -04:00
..
remote.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
remote_test.go Fix bug for force push for backends besides the remote backend 2020-09-10 09:13:57 -04:00
state.go Fix bug for force push for backends besides the remote backend 2020-09-10 09:13:57 -04:00
state_test.go Fix bug for force push for backends besides the remote backend 2020-09-10 09:13:57 -04:00
testing.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00