Commit Graph

38 Commits

Author SHA1 Message Date
Radek Simko
ffb9da3cbf Add docs for google_container_cluster 2015-07-11 18:56:24 +01:00
Dave Cunningham
9fa642cee7 Add ForceNew metadata_startup_script field 2015-07-01 21:24:34 -04:00
Dan Hilton
a76d95229d provider/google: Add support for Google Compute Stogare buckets.
Configure Google Compute Storage buckets using:
* name (compulsory attribute)
* predefined_acl (optional, default: `projectPrivate`)
* location (optional, default: `US`)
* force_destroy (optional, default: `false`)

Currently supporting only `predefined_acl`s. Bucket attribute updates happen via re-creation. force_destroy will cause bucket objects to be purged, enabling bucket destruction.
2015-06-01 11:36:50 +01:00
Dave Cunningham
4709ad3bfe Merge pull request #980 from BashtonLtd/gce_instance_template_network_update
Update Instance Template network definition to match changes to Instance.
2015-05-12 15:46:04 -04:00
Dave Cunningham
4b79e55133 Allow local SSDs, Fix #1088 2015-05-11 21:40:37 -04:00
Dave Cunningham
7437a02c43 Support Google Cloud DNS, Fix #1148 2015-04-30 01:32:34 -04:00
Mitchell Hashimoto
01402c8a90 Merge pull request #1426 from dainis/master
provider/google: add additional options to google provider
2015-04-22 08:50:22 +02:00
Paul Hinze
11402f3075 docs: fill out all provider env var configuration
I find env vars a lot easier to use in day-to-day practice, so it's
probably a good idea to let the users have that benefit too!
2015-04-10 14:31:53 -05:00
Dainis Tillers
c9f500de4e Added - documentation about added features 2015-04-08 14:41:47 +03:00
Mitchell Hashimoto
ba69c0dea2 Merge pull request #1272 from ndarilek/google-instance-docs-fix
website: 'project' requires ID, not name
2015-03-26 10:21:12 -07:00
Nolan Darilek
1af0c7a2d3 Add disk size to google_compute_instance disk blocks. 2015-03-24 11:45:20 -05:00
Nolan Darilek
2c900dd4f9 'project' should be set to the project's ID, not its name. 2015-03-21 09:16:16 -05:00
David Watson
406d374baa Update Instance Template network definition to match changes to Instances. 2015-02-16 17:04:56 +00:00
Dave Cunningham
3e71666b91 Merge branch 'master' into oauth2 2015-02-11 00:37:13 -05:00
Paul Hinze
bbb1313428 Merge pull request #959 from BashtonLtd/gce_instance_template
GCE instance template support
2015-02-10 08:57:45 -06:00
David Watson
8ea20eab8d Add docs for google Instance Template. 2015-02-10 10:41:21 +00:00
Dave Cunningham
3b98bb71e0 Merge branch 'master' into gcp_image 2015-02-10 03:25:45 -05:00
Dave Cunningham
c6fd0256b8 Merge branch 'master' into oauth2 2015-02-09 20:07:36 -05:00
Paul Hinze
da1b9bc440 Merge pull request #937 from sparkprime/pr_network_interface
Deprecated 'network', introduce 'network_interface'
2015-02-09 18:49:56 -06:00
Julien Vey
f484491c4c provider/gce: Add description in firewall resource 2015-02-06 13:33:02 +01:00
Dave Cunningham
7d969452f9 Deprecated 'network', introduce 'network_interface' 2015-02-06 03:21:22 -05:00
Dave Cunningham
68cc7912b2 Add docs 2015-01-30 15:12:13 -05:00
Dave Cunningham
d2f21954f7 Multiple gcp improvements and new resources 2015-01-30 10:32:35 -06:00
Dave Cunningham
a98e9e89c7 Allow specifying project or full URL when specifying image 2015-01-29 20:00:02 -05:00
stungtoat
485e6b550d providers/google: remove secrets file
fixes #452
2015-01-28 15:47:49 -06:00
Mitchell Hashimoto
0abbb5fbc0 Revert "docs: consistent use of array configuration syntax"
This reverts commit 4893eb8b559c3664377c5c5aab4b30f82caa922b.
2015-01-14 09:28:25 -08:00
Emil Hessman
0daf28f350 docs: consistent use of array configuration syntax
The Terraform configuration syntax defines what arrays are.
Use the word array consistently throughout the documentation
instead of list.

The corresponding JSON datatype is called array as well, and
since the Terraform configuration syntax is interoperable with
JSON it makes sense to use the term array to describe them.
2015-01-13 06:59:12 +01:00
Armon Dadgar
975855d950 Merge pull request #725 from jgoldschrafe/feature-google-compute-service-accounts
Support service accounts on GCE instances
2015-01-05 11:30:38 -08:00
Emil Hessman
e07bbc4cfa website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
Jeff Goldschrafe
1ec0749d5d Support service accounts on GCE instances
Update the Google Compute Engine provider to add support for service
accounts on `google_compute_instance`. Both gcloud shorthand (`compute-ro`,
`storage-ro`, etc.) and OAuth2 API endpoints are supported.

This feature is currently limited to a single service account (supporting
multiple scopes) and an automatically-generated service account email.
2015-01-02 01:25:19 -05:00
Seth Vargo
3916ab21af Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00
Mitchell Hashimoto
cf16c97442 Merge pull request #372 from jgoldschrafe/feature-google-compute-disk-types
Configurable disk types for GCE
2014-10-08 10:50:38 -07:00
Jeff Goldschrafe
7990356e96 Support IP forwarding on GCE instances
This change exposes the CanIpForward property of the Instance, allowing
users to create instances that are allowed to function as NAT or VPN
gateways.
2014-10-07 12:28:20 -04:00
Jeff Goldschrafe
dfa39a7432 Configurable disk types for GCE
Supports configuring the disk type for Google Compute Engine disk
resources. Both `google_compute_disk` and `google_compute_instance`
disk types are supported.

Resolves #351.
2014-10-07 01:40:20 -04:00
Mitchell Hashimoto
6f47371c1b Update CHANGELOG 2014-09-27 12:42:46 -07:00
Jeff Goldschrafe
bc32f15265 Update instructions for auth JSON files 2014-09-22 15:53:44 -04:00
Mitchell Hashimoto
0489e1c4a2 website: update docs for google 2014-09-07 16:10:56 -07:00
Mitchell Hashimoto
2b4d358173 website: document gce 2014-08-26 14:50:29 -07:00