mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Another edit of CHANGELOG for ignore_changes
This commit is contained in:
parent
7e8688bac4
commit
3293f76dc3
@ -1,7 +1,7 @@
|
|||||||
## 0.12.9 (Unreleased)
|
## 0.12.9 (Unreleased)
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
* core: `ignore_changes` is now processed (in addition to existing behaviors) before the provider plan is run. This means that if users may see fewer planned changes when using `ignore_changes`, as before this change, changes to ignored attributes were still being sent to CustomizeDiff in providers (which could mean cascading changes for some resources). Users who see unexpected non-changes should examine their `ignore_changes` settings to ensure they are as they expect. [GH-22520]
|
* core: `ignore_changes` is now processed (in addition to existing behaviors) before the provider plan is run. This means that users may see fewer planned changes when using `ignore_changes`, as before this change, changes to ignored attributes were still being sent to CustomizeDiff in providers (which could mean cascading changes for some resources). This should be indicative that providers are no longer getting changes that were marked as ignored, but if unexpected plans are seen while using `ignore_changes`, investigate the settings in the `ignore_changes` block to ensure the appropriate attributes are set. [GH-22520]
|
||||||
|
|
||||||
ENHANCEMENTS:
|
ENHANCEMENTS:
|
||||||
* provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client [GH-22745]
|
* provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client [GH-22745]
|
||||||
|
Loading…
Reference in New Issue
Block a user