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/plugins/modules/cloud
TeamOSEOLA fb1b756d48
Add plugin_paths parameter to terraform module. (#2308)
* Add plugin_paths parameter to terraform module.

The list `plugin_paths` is used in the init phase of terraform by setting
the `-plugin-dir` command line argument to a path that contains
terraform plugins. When the `-plugin-dir` argument is set, the plugin
discovery and auto-download of terraform is disabled. This is useful when
running terraform in automation environments for testing where the production
endpoints are strictly controlled or on air-gapped networks and you need
to control the versions of plugins available.

* Added `elements: path` to `plugin_paths` parameter documentation in terraform.py

* added changelog fragment

* Update changelogs/fragments/2308-terraform-add-plugin_paths-parameter.yaml

use double back-ticks vice single

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

* Update plugins/modules/cloud/misc/terraform.py

Add version added to documentation

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

* Update plugins/modules/cloud/misc/terraform.py

Add markup around URL in documentation

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

* Update plugins/modules/cloud/misc/terraform.py

remove `required=False` and `default=None` from module argument spec, as that is the default behavior and redundant

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

* Added directory structure info to documentation and examples sections.

* Update plugins/modules/cloud/misc/terraform.py

grammatical fix

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

* grammar fix to description.

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Amin Vakil <info@aminvakil.com>
2021-04-21 16:05:37 -07:00
..
alicloud Remove deprecated modules scheduled for removal in 3.0.0 (#1924) 2021-04-13 11:19:25 +00:00
atomic using get_bin_path() on atomic modules (#2144) 2021-04-02 22:06:07 +02:00
centurylink Remove deprecated features scheduled for removal in 3.0.0 (#1926) 2021-03-09 21:23:20 +01:00
dimensiondata fixed str formatting (#2139) 2021-03-31 13:05:40 +02:00
heroku Tidy up sanity checks ignore lines modules (batch 7) (#1970) 2021-03-08 08:35:09 +01:00
huawei Fix a bunch of potential security issues (secret leaking) (#1736) 2021-02-08 16:33:18 +01:00
linode linode_v4: add support for private_ip option. (#2249) 2021-04-18 09:45:26 +02:00
lxc fixed Python 3 keys() usage (#1861) 2021-02-23 23:19:27 +01:00
lxd fixed Python 3 keys() usage (#1861) 2021-02-23 23:19:27 +01:00
memset Remove deprecated modules scheduled for removal in 3.0.0 (#1924) 2021-04-13 11:19:25 +00:00
misc Add plugin_paths parameter to terraform module. (#2308) 2021-04-21 16:05:37 -07:00
oneandone More false-positives (not flagged by sanity tests yet). (#2010) 2021-03-13 13:24:26 +01:00
online Remove deprecated modules scheduled for removal in 3.0.0 (#1924) 2021-04-13 11:19:25 +00:00
opennebula Remove deprecated modules scheduled for removal in 3.0.0 (#1924) 2021-04-13 11:19:25 +00:00
oracle fixed Python 3 keys() usage (#1861) 2021-02-23 23:19:27 +01:00
ovh removed unreachable code (#2157) 2021-04-05 09:22:28 +02:00
packet Tidy up sanity checks ignore lines modules (batch 7) (#1970) 2021-03-08 08:35:09 +01:00
profitbricks More false-positives (not flagged by sanity tests yet). (#2010) 2021-03-13 13:24:26 +01:00
pubnub Mark non-secret leaking module options with no_log=False (#2001) 2021-03-12 08:51:47 +01:00
rackspace rax - removed service parameter (#2020) 2021-03-14 12:22:03 +01:00
scaleway Remove deprecated modules scheduled for removal in 3.0.0 (#1924) 2021-04-13 11:19:25 +00:00
smartos Remove deprecated modules scheduled for removal in 3.0.0 (#1924) 2021-04-13 11:19:25 +00:00
softlayer More false-positives (not flagged by sanity tests yet). (#2010) 2021-03-13 13:24:26 +01:00
spotinst Mark non-secret leaking module options with no_log=False (#2001) 2021-03-12 08:51:47 +01:00
univention Fixed validations in a couple of modules (#2268) 2021-04-19 18:48:16 +02:00
webfaction Tidy up sanity checks (2021/Batch 3 - who's counting) (#1885) 2021-02-26 11:37:23 +01:00
xenserver xenserver_guest - fixed validations (#2243) 2021-04-17 09:32:13 +02:00