mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-31 17:11:31 -07:00
fix: added missing zone parameter in gcp_compute_instance_template
This commit is contained in:
parent
0fc41bbda4
commit
0a15282e9c
2 changed files with 92 additions and 0 deletions
|
@ -165,6 +165,7 @@ options:
|
|||
- 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:
|
||||
|
@ -472,6 +473,11 @@ options:
|
|||
elements: str
|
||||
required: false
|
||||
type: list
|
||||
zone:
|
||||
description:
|
||||
- A reference to the zone where the disk type resides
|
||||
required: false
|
||||
type: str
|
||||
project:
|
||||
description:
|
||||
- The Google Cloud Platform project to use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue