1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
patchback[bot] c82bc7f041
Fix for Terraform 0.15 (#2246) (#2260)
* Fix for Terraform 0.15

removed the append of variables in terraform validate because this is deprecated in Terraform 0.15. See: https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md >> The -var and -var-file options are no longer available on terraform validate. These were deprecated and have had no effect since Terraform v0.12

* Create terraform-validate.yaml

* Update and rename terraform-validate.yaml to 2246-terraform-validate.yaml

* Update changelogs/fragments/2246-terraform-validate.yaml

Co-authored-by: Amin Vakil <info@aminvakil.com>

* Update terraform.py

remove `-force` add `-auto-approve` on destroy as described in issue #2247

* Update and rename 2246-terraform-validate.yaml to 2246-terraform.yaml

* Update 2246-terraform.yaml

* add a function which check the used tf version

* add a function which check the used tf version

* Update changelogs/fragments/2246-terraform.yaml

Co-authored-by: Amin Vakil <info@aminvakil.com>

* Update changelogs/fragments/2246-terraform.yaml

Co-authored-by: Amin Vakil <info@aminvakil.com>

* add version return to function

* changed it to pass sanity check

* change variable name

* changed to a more specialized data types

* remove use_unsafe_shell=True

* Update changelogs/fragments/2246-terraform.yaml

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

* add description

* Update changelogs/fragments/2246-terraform.yaml

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

Co-authored-by: Amin Vakil <info@aminvakil.com>
Co-authored-by: Rainer Leber <rainer.leber@sva.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 1400051890)

Co-authored-by: rainerleber <39616583+rainerleber@users.noreply.github.com>
2021-04-17 22:53:50 +02:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:18:40 +02:00
1.3.10.yml Prepare 1.3.10 release. 2021-04-11 17:31:34 +02:00
1993-haproxy-fix-draining.yml Fix HAProxy draining (#1993) (#2197) 2021-04-07 20:06:22 +02:00
2094-bugfix-respect-PATH-env-variable-in-zypper-modules.yaml Bugfix: Respect PATH env variable in zypper modules (#2094) (#2108) 2021-03-25 22:49:59 +01:00
2135-vmadm-resolvers-type-fix.yml fix type information for vmadm.resolvers (#2136) (#2137) 2021-03-31 11:54:23 +02:00
2139-dimensiondata_network-str-format.yml fixed str formatting (#2139) (#2140) 2021-03-31 14:15:05 +02:00
2143-kibana_plugin-fixed-function-calls.yml kibana_plugin: fixed remove call + run_command with list instead of str (#2143) (#2154) 2021-04-03 22:56:17 +02:00
2144-atomic_get_bin_path.yml using get_bin_path() on atomic modules (#2144) (#2150) 2021-04-02 22:26:06 +02:00
2157-unreachable-code.yml removed unreachable code (#2157) (#2169) 2021-04-05 09:50:38 +02:00
2159-ipa-user-sshpubkey-multi-word-comments.yaml ipa_user sshpubkey can now support multi word comments in the key (#2159) (#2200) 2021-04-07 20:42:03 +02:00
2160-list-literals.yml rewritten as list literals (#2160) (#2167) 2021-04-05 09:50:08 +02:00
2161-pkgutil-list-extend.yml fixed calls to list.extend() (#2161) (#2165) 2021-04-05 00:00:07 +02:00
2163-java_keystore_1667_improve_temp_files_storage.yml java_keystore/fix 1667 improve temp files storage (#2163) (#2175) 2021-04-05 15:19:21 +02:00
2177-java_keystore_1668_dont_expose_secrets_on_cmdline.yml replace inline clear password by environment variable (#2177) (#2181) 2021-04-05 18:45:08 +02:00
2183-java_keystore_improve_error_handling.yml java_keystore: improve error handling and returned results (#2183) (#2226) 2021-04-12 22:13:34 +02:00
2185-xfconf-absent-check-mode.yml [stable-1] xfconf - state absent was not honoring check_mode (#2185) (#2187) 2021-04-07 10:20:30 +02:00
2203-modhelper-cause-changes-deco.yml [PR #2203/0cd0f0ea backport][stable-1] module_helper - fixed decorator cause_changes (#2209) 2021-04-08 19:49:50 +02:00
2246-terraform.yaml Fix for Terraform 0.15 (#2246) (#2260) 2021-04-17 22:53:50 +02:00
allow_funcd_to_load.yml funcd connection plugin is now usable/loadable (#2235) (#2240) 2021-04-14 10:00:36 +02:00