James Bardin
0b3b84acc1
refresh state during a destroy plan
...
Because the destroy plan only creates the necessary changes for apply to
remove all the resources, it does no reading of resources or data
sources, leading to stale data in the state. In most cases this is not a
problem, but when a provider configuration is using resource values, the
provider may not be able to run correctly during apply. In prior
versions of terraform, the implicit refresh that happened during
`terraform destroy` would update the data sources and remove missing
resources from state as required.
The destroy plan graph has a minimal amount of information, so it is not
feasible to work the reading of resources into the operation without
completely replicating the normal plan graph, and updating the plan
graph and all destroy node implementation is also a considerable amount
of refactoring. Instead, we can run a normal plan which is used to
refresh the state before creating the destroy plan. This brings back
similar behavior to core versions prior to 0.14, and the refresh can
still be skipped using the `-refresh=false` cli flag.
2021-01-08 13:29:54 -05:00
..
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-11-17 09:55:32 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-12-18 11:22:00 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2021-01-08 13:29:54 -05:00
2021-01-08 13:29:54 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-09-17 09:54:59 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-07-10 09:30:03 -04:00
2019-06-30 10:16:15 +02:00
2019-11-08 10:29:01 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-09-19 09:19:14 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-06-04 18:03:03 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-03-10 16:16:50 -04:00
2019-10-24 12:04:46 -04:00
2019-06-30 10:16:15 +02:00
2020-10-08 11:47:34 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-12-12 12:57:23 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-10-08 12:26:12 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-07-20 15:49:51 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-10-29 12:14:30 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-10-16 15:12:09 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-11-04 17:05:59 -08:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-09-16 08:47:22 -07:00
2019-06-30 10:16:15 +02:00
2020-10-08 11:47:34 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-06-24 12:52:29 -04:00
2019-06-30 10:16:15 +02:00
2020-07-01 09:43:07 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-11-07 17:49:03 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-12-16 17:55:49 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-06-10 17:02:41 -04:00
2020-03-20 08:15:29 -04:00
2020-06-29 10:58:20 -04:00
2020-06-29 10:58:20 -04:00
2020-03-20 08:15:29 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-05-18 14:10:19 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-09-24 17:47:01 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-12-19 09:09:38 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-11-04 17:05:59 -08:00
2019-08-28 14:02:11 -04:00
2019-06-30 10:16:15 +02:00
2020-09-10 11:04:17 -04:00
2019-06-30 10:16:15 +02:00
2020-10-20 12:27:17 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2021-01-08 13:29:54 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-04-06 17:15:46 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-08-12 10:22:13 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-10-08 11:22:20 -04:00
2020-12-04 13:10:02 -05:00
2020-03-05 16:53:24 -08:00
2020-03-05 16:53:24 -08:00
2020-03-05 16:53:24 -08:00
2020-03-05 16:53:24 -08:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-09-21 16:17:46 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-09-21 16:17:46 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-09-21 16:17:46 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-11-10 15:25:02 -05:00
2019-10-24 12:01:50 -04:00
2019-10-24 12:01:50 -04:00
2019-06-30 10:16:15 +02:00
2019-10-24 12:01:50 -04:00
2019-11-20 10:56:28 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-07-17 08:40:13 -07:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-05-14 09:00:58 -04:00
2020-05-14 09:00:58 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-06-02 09:01:12 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-10-08 12:43:46 -04:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-10-08 12:43:46 -04:00
2020-10-13 10:07:25 -04:00
2019-06-30 10:16:15 +02:00
2020-12-06 09:35:35 -08:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2020-05-28 16:07:59 -07:00
2021-01-05 13:52:33 -05:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00
2019-06-30 10:16:15 +02:00