Fix terraform changed status detection test (#561) (#563)

* Fix terraform changed status detection test (#561)

* Add changelog fragment

* Update changelogs/fragments/563-update-terraform-status-test.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
AdamGoldsmith
2020-08-21 20:44:15 +01:00
committed by GitHub
parent 73be912bf7
commit 7e6bde2ce1
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
bugfixes:
- terraform - fix incorrectly reporting a status of unchanged when
number of resources added or destroyed are multiples of 10
(https://github.com/ansible-collections/community.general/issues/561).