Skip to content

Commit

Permalink
fix: added missing zone parameter in gcp_compute_instance_template
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkey007 committed Nov 18, 2022
1 parent 0fc41bb commit 0819a39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/modules/gcp_compute_instance_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
- Reference to a disk type.
- Specifies the disk type to use to create the instance.
- If not specified, the default is pd-standard.
- To use this parameter specify zone parameter as well.
required: false
type: str
source_image:
Expand Down Expand Up @@ -472,6 +473,10 @@
elements: str
required: false
type: list
zone:
description:
- A reference to the zone where the disk type resides
type: str
project:
description:
- The Google Cloud Platform project to use.
Expand Down

0 comments on commit 0819a39

Please sign in to comment.