1
0
Fork 0
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:
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: