Commit c7e1528a authored by Mitchell Hashimoto's avatar Mitchell Hashimoto
Browse files

website: update docs for google

parent b9e69313
Showing with 10 additions and 1 deletion
+10 -1
......@@ -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)
......
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment