[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:
bpetit
2018-07-09 16:19:29 +02:00
committed by Ryan Brown
parent 399d13d593
commit 9bd7bd5d46

View File

@@ -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: