mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
* check root output values when determining plan applicability in refresh mode In refresh-only mode, we do not anticipate proposing any actions; however, a plan is marked as “applyable” if there are changes in the state between runs. Currently, a plan is considered “applyable” only when there are differences in managed resources. This approach seems to overlook changes in root output values. As a result, a plan can be marked as non-applyable, even when there are changes in the root output value, due to the lack of detected changes since only managed resources were checked. * set 'applyable' to true |
||
|---|---|---|
| .. | ||
| basic-create | ||
| basic-delete | ||
| basic-update | ||
| conditions | ||
| drift | ||
| module-depends-on | ||
| modules | ||
| moved | ||
| moved-drift | ||
| multi-resource-update | ||
| nested-module-error | ||
| nested-modules | ||
| plan-error | ||
| provider-aliasing | ||
| provider-aliasing-conflict | ||
| provider-aliasing-default | ||
| provider-version | ||
| provider-version-no-config | ||
| requires-replace | ||
| sensitive-values | ||
| unknown-output | ||