Terraform: ensure workspace is reset to current value (#2634) (#2720)

* fix: ensure workspace is reset to current value

* chore: linter

* chore: changelog

(cherry picked from commit c49a384a65)

Co-authored-by: christophemorio <49184206+christophemorio@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-06-04 21:12:53 +02:00
committed by GitHub
parent 4b07d45b7e
commit eb4d7a4199
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- terraform - ensure the workspace is set back to its previous value when the apply fails (https://github.com/ansible-collections/community.general/pull/2634).