Terraform overwrite init (#2573)

* feat: implement overwrite_init option

* chore: changelog
This commit is contained in:
christophemorio 2021-05-27 19:03:39 +02:00 committed by GitHub
commit 285639a4f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- terraform - add option ``overwrite_init`` to skip init if exists (https://github.com/ansible-collections/community.general/pull/2573).