Skip to content

Commit 91204cf

Browse files
committed
Added disk_size_gb documentation to resource "google_compute_instance_template"
This was missing in the docs yet was implemented in Terraform. See line 81 in https://github.com/hashicorp/terraform/blob/master/builtin/providers/google/resource_compute_instance_template.go
1 parent 3eb0a95 commit 91204cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

website/source/docs/providers/google/r/compute_instance_template.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ The `disk` block supports:
138138
* `disk_type` - (Optional) The GCE disk type. Can be either `"pd-ssd"`,
139139
`"local-ssd"`, or `"pd-standard"`.
140140

141+
* `disk_size_gb` - (Optional) The size of the image in gigabytes. If not specified,
142+
it will inherit the size of its base image.
143+
141144
* `type` - (Optional) The type of GCE disk, can be either `"SCRATCH"` or
142145
`"PERSISTENT"`.
143146

0 commit comments

Comments
 (0)