Commit Graph

15 Commits

Author SHA1 Message Date
Dave Cunningham
d2f21954f7 Multiple gcp improvements and new resources 2015-01-30 10:32:35 -06: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