[PR #6503/6558c998 backport][stable-6] fix typo in `terraform` docs (#6506)

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 6558c9981f)

Co-authored-by: Max Juhlke <max.juhlke@gmail.com>
pull/6508/head
patchback[bot] 2023-05-08 20:22:34 +02:00 committed by GitHub
parent c0230342b4
commit 5e8914e00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ EXAMPLES = """
community.general.terraform: community.general.terraform:
project_path: '{{ project_dir }}' project_path: '{{ project_dir }}'
state: present state: present
camplex_vars: true complex_vars: true
variables: variables:
vm_name: "{{ inventory_hostname }}" vm_name: "{{ inventory_hostname }}"
vm_vcpus: 2 vm_vcpus: 2