fix: added missing zone parameter in gcp_compute_instance_template

This commit is contained in:
szymon.kodrebski 2022-11-19 00:02:58 +01:00
commit 0a15282e9c
No known key found for this signature in database
GPG key ID: 7FFB0B078032D645
2 changed files with 92 additions and 0 deletions

View file

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