mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-21 05:21:44 -07:00
terraform - added check_destroy (#2874)
* added check_destroy This is based on the work done in PR 398. Authors from that PR: Co-authored-by: effaamponsah <kamponsah.amponsah@gmail.com> Co-authored-by: m-yosefpor Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * added changelog fragment * Update plugins/modules/cloud/misc/terraform.py Co-authored-by: Ajpantuso <ajpantuso@gmail.com> * Update changelogs/fragments/2874-terraform-check-destroy.yml Co-authored-by: Amin Vakil <info@aminvakil.com> Co-authored-by: effaamponsah <kamponsah.amponsah@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Ajpantuso <ajpantuso@gmail.com> Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
parent
147425ef93
commit
9dd91f949a
2 changed files with 21 additions and 7 deletions
2
changelogs/fragments/2874-terraform-check-destroy.yml
Normal file
2
changelogs/fragments/2874-terraform-check-destroy.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- terraform - add ``check_destroy`` optional parameter to check for deletion of resources before it is applied (https://github.com/ansible-collections/community.general/pull/2874).
|
Loading…
Add table
Add a link
Reference in a new issue