terraform: support diff for resource_changes (#7896)

This commit is contained in:
Parsa Yousefi 2024-01-29 21:27:18 +03:30 committed by GitHub
commit 0dc891bf37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 65 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- terraform - add support for ``diff_mode`` for terraform resource_changes (https://github.com/ansible-collections/community.general/pull/7896).