Merge pull request #10081 from aditya87/google_compute_image_timeout

Added create timeout for compute images and instances
This commit is contained in:
Evan Brown 2016-11-17 12:56:02 -08:00 committed by GitHub
commit cc85aa2853
2 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,9 @@ The following arguments are supported: (Note that one of either source_disk or
Changing this forces a new resource to be created. Structure is documented
below.
* `create_timeout` - Configurable timeout in minutes for creating images. Default is 4 minutes.
Changing this forces a new resource to be created.
The `raw_disk` block supports:
* `source` - (Required) The full Google Cloud Storage URL where the disk

View File

@ -105,6 +105,9 @@ The following arguments are supported:
* `tags` - (Optional) Tags to attach to the instance.
* `create_timeout` - (Optional) Configurable timeout in minutes for creating instances. Default is 4 minutes.
Changing this forces a new resource to be created.
The `disk` block supports: (Note that either disk or image is required, unless
the type is "local-ssd", in which case scratch must be true).