mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
[docs] Document requirements for plan_file
option in terraform module (#42514)
plan_file is required if state: planned is used. This should be mentionned in the documentation. +label: docsite_pr
This commit is contained in:
parent
399d13d593
commit
9bd7bd5d46
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The path to an existing Terraform plan file to apply. If this is not
|
- The path to an existing Terraform plan file to apply. If this is not
|
||||||
specified, Ansible will build a new TF plan and execute it.
|
specified, Ansible will build a new TF plan and execute it.
|
||||||
|
Note that this option is required if 'state' has the 'planned' value.
|
||||||
required: false
|
required: false
|
||||||
state_file:
|
state_file:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue