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

* 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>
This commit is contained in:
Saqib Rokadia
2021-01-23 02:44:51 -08:00
committed by GitHub
parent 4223f48d38
commit dd0d460132
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).