[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
pull/42570/head
bpetit 6 years ago committed by Ryan Brown
parent 399d13d593
commit 9bd7bd5d46

@ -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…
Cancel
Save