[PR #7963/0a35eb2d backport][stable-8] terraform: fix diff when state is absent (#7973)

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

(cherry picked from commit 0a35eb2dda)

Co-authored-by: Parsa Yousefi <p.yousefi97@gmail.com>
This commit is contained in:
patchback[bot] 2024-02-17 12:29:37 +01:00 committed by GitHub
commit 820c69ba54
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).