terraform/state
James Nugent d60365af02 core: Correctly ensure that State() is a copy
The previous mechanism for testing state threw away the mutation made on
the state by calling State() twice - this commit corrects the test to
match the comment.

In addition, we replace the custom copying logic with the copystructure
library to simplify the code.
2016-06-22 17:21:27 +03:00
..
remote
backup.go
backup_test.go
cache.go
cache_test.go
inmem.go
inmem_test.go
local.go
local_test.go
state.go
testing.go