website: update docs for google

This commit is contained in:
Mitchell Hashimoto 2014-09-07 16:10:56 -07:00
parent b9e693134d
commit c7e1528a69
2 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,13 @@ IMPROVEMENTS:
* providers/amazon: Add `ebs_optimized` flag. [GH-260]
* providers/digitalocean: Handle 404 on delete
* providers/digitalocean: Add user_data argument for creating droplets
* providers/digitalocean: Add `user_data` argument for creating droplets
* providers/google: Disks can be marked `auto_delete`. [GH-254]
BUG FIXES:
* providers/google: Attaching a disk source (not an image) works
properly. [GH-254]
## 0.2.1 (August 31, 2014)

View File

@ -64,6 +64,9 @@ The `disk` block supports:
* `image` - (Required if disk not set) The name of the image to base
this disk off of.
* `auto_delete` - (Optional) Whether or not the disk should be auto-deleted.
This defaults to true.
The `network` block supports:
* `source` - (Required) The name of the network to attach this interface to.