Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
c7e1528a
Commit
c7e1528a
authored
10 years ago
by
Mitchell Hashimoto
Browse files
Options
Download
Email Patches
Plain Diff
website: update docs for google
parent
b9e69313
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-1
CHANGELOG.md
website/source/docs/providers/google/r/compute_instance.html.markdown
+3
-0
...ce/docs/providers/google/r/compute_instance.html.markdown
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
+
7
-
1
View file @
c7e1528a
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
website/source/docs/providers/google/r/compute_instance.html.markdown
+
3
-
0
View file @
c7e1528a
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help