summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py')
-rw-r--r--lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py b/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py
index c04aa3fd57..a6d3c7c2a5 100644
--- a/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py
+++ b/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py
@@ -44,6 +44,7 @@ options:
description:
- The location where the node pool is deployed.
required: true
+ type: str
aliases:
- region
- zone
@@ -57,6 +58,7 @@ options:
to a gcp_container_cluster task and then set this cluster field to "{{ name-of-resource
}}"'
required: true
+ type: dict
extends_documentation_fragment: gcp
'''