Fixing return code not showing the command that fails in terraform. (#1632) (#1662)

* Fixing return code not showing the command that fails in terraform.

* Update changelogs/fragments/1632-using_check_rc_in_terraform.yml

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

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit dd0d460132)

Co-authored-by: Saqib Rokadia <saqib@saqibr.com>
This commit is contained in:
patchback[bot] 2021-01-23 12:15:17 +01:00 committed by GitHub
commit 5ece46c56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 15 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- terraform - improve result code checking when executing terraform commands (https://github.com/ansible-collections/community.general/pull/1632).