terraform: patch state 'planned' outputs and perform minor refactor (#52004)

* patch state 'planned' outputs and perform minor refactor

* reconcile with pep8 and pylint

* remove a space...

* update changed to only flip when >0 added, changed, or destroyed is detected

* add state dependecy to conditional change check

* fix typo

* reconcile with pep8[E317]

* add a changelog fragment
This commit is contained in:
Dawson Mortenson
2019-02-26 03:39:13 -08:00
committed by John R Barker
parent 48187d5659
commit 6f585b6ee9
2 changed files with 26 additions and 29 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- terraform - fixed issue where state "planned" wouldn't return an output and the project_path had to exist in two places (https://github.com/ansible/ansible/issues/39689)