terraform/helper/resource
James Nugent e976d6e787 testing: Use a copy of pre-destroy state in destroy check
In the acceptance testing framework, it is neccessary to provide a copy
of the state _before_ the destroy is applied to the check in order that
it can loop over resources to verify their destruction. This patch makes
a deep copy of the state prior to applying test steps which have the
Destroy option set and then passes that to the destroy check.
2015-12-10 13:14:17 -05:00
..
id.go
id_test.go
map.go
map_test.go
resource.go
state.go
state_test.go
testing.go testing: Use a copy of pre-destroy state in destroy check 2015-12-10 13:14:17 -05:00
testing_test.go
wait.go
wait_test.go