This commit is contained in:
Szymon Kodrebski 2025-02-07 05:35:27 +00:00 committed by GitHub
commit a288787ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.