1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).