From 8db1ffeb49787c3325728b25414dc20d0019feb7 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:22:13 +0200 Subject: [PATCH] [PR #6503/6558c998 backport][stable-5] fix typo in `terraform` docs (#6505) fix typo in `terraform` docs (#6503) fix typo The [Docs](https://docs.ansible.com/ansible/latest/collections/community/general/terraform_module.html) have a typo in the examples. `camplex_vars` should be spelled `complex_vars`. Since many people are copy-and-pasting from docs and modify them to their needs this typo is an annoyance for users. (cherry picked from commit 6558c9981f67e499410577aaa5ca5598823fbc51) Co-authored-by: Max Juhlke --- plugins/modules/cloud/misc/terraform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/cloud/misc/terraform.py b/plugins/modules/cloud/misc/terraform.py index 9d1cc2ed02..e3ed8abd7c 100644 --- a/plugins/modules/cloud/misc/terraform.py +++ b/plugins/modules/cloud/misc/terraform.py @@ -211,7 +211,7 @@ EXAMPLES = """ community.general.terraform: project_path: '{{ project_dir }}' state: present - camplex_vars: true + complex_vars: true variables: vm_name: "{{ inventory_hostname }}" vm_vcpus: 2