mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
|
||||
- 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.
|
||||
Note that this option is required if 'state' has the 'planned' value.
|
||||
required: false
|
||||
state_file:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue