terraform: fix diff when state is absent (#7963)

This commit is contained in:
Parsa Yousefi 2024-02-16 16:20:58 +03:30 committed by GitHub
commit 0a35eb2dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 3 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- terraform - fix ``diff_mode`` in state ``absent`` and when terraform ``resource_changes`` does not exist (https://github.com/ansible-collections/community.general/pull/7963).