Reinhard Nägele
776bc47df3
Merge remote-tracking branch 'upstream' into feature/additional_zones
2017-01-13 16:44:09 +01:00
Dana Hoffman
bad20000a1
providers/google: Add link to setIamPolicy restrictions in iam docs ( #11188 )
2017-01-13 10:51:03 +00:00
zbikmarc
77037bed2c
providers/google: Add subnetwork_project field to enable cross-project networking in instance templates ( #11110 )
...
* Add subnetwork_project field to allow for XPN in GCE instance templates
* Missing os import
* Removing unneeded check
* fix formatting
* Add subnetwork_project to read
2017-01-12 16:05:13 +02:00
Reinhard Nägele
038d330365
[GKE] Allow additional zones to be configured
2017-01-04 07:37:57 +01:00
Reinhard Nägele
a45d2e5289
GKE: Fix docs for node_version ( #10856 )
2016-12-20 14:06:19 +00:00
Daniel Bryant
e61fdcc5c8
Make clearer that ipv4_range is deprecated ( #10749 )
...
Removed example code usage that demonstrated deprecated ipv4_range argument, and made clearer that argument is deprecated
2016-12-15 12:37:13 +00:00
stack72
4f256a54db
Merge branch 'google-xpn' of https://github.com/danawillow/terraform
2016-12-13 19:15:54 +00:00
Patrick Decat
04812b60d2
Fix 404 on API link ( #10693 )
2016-12-13 10:12:49 +00:00
Christoph Blecker
fa8921f8f4
Add support for name_prefix to google_compute_ssl_certificate
2016-12-12 15:57:58 -08:00
Paddy
8d046c766c
Merge pull request #10453 from danawillow/google-ilb
...
providers/google: Add support for Internal Load Balancing
2016-12-12 09:47:20 -08:00
Dana Hoffman
73177e8127
Update docs
2016-12-08 18:05:48 -08:00
Dana Hoffman
2960856105
add links to docs on region backend service
2016-12-08 11:04:01 -08:00
Kian Mohageri
fde474d2f3
Doc spelling: referencd -> referenced ( #10559 )
...
Small spelling correction in the Google Project documentation.
2016-12-07 00:41:20 +01:00
Paddy
e1a5805833
Fix instance/template metadata support
...
Update our instance template to include metadata_startup_script, to
match our instance resource. Also, we've resolved the diff errors around
metadata.startup-script, and people want to use that to create startup
scripts that don't force a restart when they're changed, so let's stop
disallowing it.
Also, we had a bunch of calls to `schema.ResourceData.Set` that ignored
the errors, so I added error handling for those calls. It's mostly
bundled with this code because I couldn't be sure whether it was the
root of bugs or not, so I took care of it while addressing the startup
script issue.
2016-12-05 02:45:28 -08:00
Dana Hoffman
2009d6a135
Actually add documentation for Internal Load Balancing
2016-12-01 12:27:37 -08:00
Dana Hoffman
c28f042a73
Add documentation for Internal Load Balancing
2016-12-01 12:27:36 -08:00
Paddy
973a46c5df
Merge pull request #10387 from bpineau/google_session_affinity
...
provider/google: allow session affinity for compute_backend_service
2016-12-01 10:18:27 -08:00
Benjamin Pineau
f2a3c5da82
provider/google: allow session affinity for compute_backend_service
...
Google's Backend Services gives users control over the session affinity modes.
Let's allow Terraform users to leverage this option.
We don't change the default value ("NONE", as provided by Google).
2016-11-30 23:50:50 +01:00
Or Elimelech
b15b8bd99a
Small typo ( #10431 )
...
Just fixing a small typo
2016-11-30 11:55:49 +02:00
Evan Brown
d357e75201
Merge pull request #10117 from cblecker/f-gke-node-scopes
...
provider/google: Add support for scope aliases to google_container_cluster
2016-11-18 20:19:26 -08:00
Evan Brown
3920460220
Merge pull request #10081 from aditya87/google_compute_image_timeout
...
Added create timeout for compute images and instances
2016-11-17 12:56:02 -08:00
Evan Brown
a32fe2d47f
Resolve review feedback
2016-11-17 09:49:22 -08:00
Christoph Blecker
190f167bb2
Add support for scope aliases to google_container_cluster
2016-11-14 15:50:24 -08:00
Christoph Blecker
1f23948113
Clean up google_container_cluster docs
2016-11-14 15:49:43 -08:00
Evan Brown
4bdf65c36f
Fix spacing inconsistencies
2016-11-14 11:12:55 -08:00
Evan Brown
5423349b68
providers/google: Create and delete Service Accounts
2016-11-13 20:47:20 -08:00
Aditya Anchuri
49c7d272a3
Added create timeout for compute images and instances
...
- Prevents the corresponding terraform resource from timing out when the
images or instances take longer than the default of 4 minutes to be
created
2016-11-12 18:30:02 -08:00
Patrick Decat
4be9a42ab0
Fix deprecation warnings for automatic_restart and on_host_maintenance parameters ( #9909 )
...
Fix
Warnings:
```
* google_compute_instance_template.nat: "automatic_restart": [DEPRECATED] Please use `scheduling.automatic_restart` instead
* google_compute_instance_template.nat: "on_host_maintenance": [DEPRECATED] Please use `scheduling.on_host_maintenance` instead
```
2016-11-07 10:42:38 +00:00
Christoph Blecker
af7cd57a4a
Search configured project image families ( #9243 )
...
* Search configured project image families
* Clarify documentation around google_compute_instance image families
* Acceptance test for private instance family creation
2016-11-01 21:00:12 +00:00
Christoph Blecker
45f441fdb4
Add support for default-internet-gateway alias for google_compute_route ( #9676 )
2016-11-01 13:45:36 +00:00
Christoph Blecker
ca8cd4b1f0
Add support for using source_disk to google_compute_image ( #9614 )
2016-11-01 10:32:47 +00:00
Dan Wendorf
781725348e
provider/google Support MySQL 5.7 instances ( #9673 )
...
* provider/google Document MySQL versions for second generation instances
Google Cloud SQL has first-gen and second-gen instances with different
supported versions of MySQL.
* provider/google Increase SQL Admin operation timeout to 10 minutes
Creating SQL instances for MySQL 5.7 can take over 7 minutes,
so the timeout needs to be increased to allow the
google_sql_database_instance resource to successfully create.
2016-10-28 14:41:03 +02:00
Dan Wendorf
407af92c21
provider/google Change default MySQL instance version to 5.6 ( #9674 )
...
The Google Cloud SQL API defaults to 5.6, and 5.6 is the only version avaiable
to both first- and second-generation Cloud SQL instances.
2016-10-28 00:11:08 +01:00
Dana Hoffman
82fd682050
Add section in docs for subnetwork_project
2016-10-27 10:22:01 -07:00
Walter Dolce
6033c49498
Fix link pointing to GCE docs
...
This partially fixes #9522 . Not sure about the first link reported.
2016-10-22 18:34:59 +01:00
Michał Michałowski
635eb40c71
Config should reflect description
...
Example addons_config was supposed to show how to disable addons (http_load_balancing and horizontal_pod_autoscaling), but it was enabling them instead.
2016-10-11 10:14:27 +02:00
Evan Brown
0edb68ef5a
Merge pull request #8977 from sl1pm4t/b-gcs-storage-class
...
provider/google: Add support for GCS StorageClass
2016-09-24 21:13:17 -07:00
Sean Chittenden
74eb2e74c1
Whitespace nit.
2016-09-23 10:59:27 -07:00
Matt Morrison
6754309b4c
Fix documentation
2016-09-22 07:49:50 +12:00
Matt Morrison
c28c9ef459
Add support for GCS StorageClass
...
Fixes : #7417
2016-09-22 07:46:35 +12:00
Evan Brown
262661a05f
providers/google: Add documentation for google_iam_policy resource
2016-09-07 13:35:33 -07:00
Evan Brown
bfc30b4b89
providers/google: Fix VPN Tunnel acceptance test
...
This fix changes acceptance tests for VPN tunnel to use the correct ports (UDP
500 and 4500). It also changes the documentation to demonstrate using these
port single ports in a `port_range` field.
2016-09-05 12:34:40 -07:00
Matt Morrison
6ca21ec009
Make network attribute more consistent.
...
Some google resources required network be refernced by resource URL (aka self_link), while others required network name.
This change allows either to be supplied.
DRY it out, and add a fix for #5552 .
2016-09-05 08:02:54 +12:00
Sarah Zelechoski
3c63c04c11
Allow custom Compute Engine service account
2016-08-23 17:04:13 -04:00
Christoph Blecker
20ca61a88a
Update docs to use GCP Image Families
2016-08-18 17:23:15 -07:00
Lars Wander
23ab7ee6bb
Merge pull request #8147 from nwwebb/import-instance-template
...
provider/google: Support Import of 'google_compute_instance_template'
2016-08-18 10:30:46 -04:00
kawa
efd6b997ae
provider/google: Fix typo in document. auto_create_subnets -> auto_create_subnetworks ( #8250 )
2016-08-17 07:50:05 +01:00
Christoph Blecker
84162586b0
Add support for using GCP Image Family names. ( #8083 )
2016-08-15 22:29:58 +01:00
Noah Webb
fe5d7d1c63
provider/google: Support Import of 'google_compute_instance_template'
2016-08-15 10:03:31 -04:00
Evan Brown
93b2c71544
providers/google: Add google_compute_image resource ( #7960 )
...
* providers/google: Add google_compute_image resource
This change introduces the google_compute_image resource, which allows
Terraform users to create a bootable VM image from a raw disk tarball
stored in Google Cloud Storage. The google_compute_image resource
may be referenced as a boot image for a google_compute_instance.
* providers/google: Support family property in google_compute_image
* provider/google: Idiomatic checking for presence of config val
* vendor: Update Google client libraries
2016-08-12 12:35:33 +10:00
Evan Brown
3ac3516371
provider/google: Support static private IP addresses ( #6310 )
...
* provider/google: Support static private IP addresses
The private address of an instance's network interface may now be specified.
If no value is provided, an address will be chosen by Google Compute Engine
and that value will be read into Terraform state.
* docs: GCE private static IP address information
2016-08-08 13:01:31 +12:00
Evan Brown
0e565e5973
providers/google: Allow custom Compute Engine service account
...
This commit allows an operator to specify the e-mail address of a service
account to use with a Google Compute Engine instance. If no service account
e-mail is provided, the default service account is used.
Closes #7985
2016-08-04 19:25:28 -07:00
Evan Brown
89df636163
Merge pull request #7852 from gaker/google-provider-backend-cdn
...
google_compute_backend_service "enable_cdn"
2016-08-03 20:11:54 -07:00
Rasty Turek
96d88f1714
typo
2016-08-03 13:44:52 -07:00
Greg Aker
a8e8922ea8
Add enable_cdn to google_compute_backend_service.
...
Add the ability to add/remove the Cloud CDN configuration
option on a backend service.
2016-07-28 15:38:09 -05:00
Steven Wirges
f8caa630d8
Updated compute_address docs
...
Added address to attribute ref
2016-07-28 17:08:06 +02:00
Boy van Duuren
9dfbc20abf
Updated the google provider authentication documentation
...
The Authentication JSON File[1] part of the Google provider
documentation contained outdated information.
This has now been updated.
2016-06-20 23:54:54 +02:00
Dave Cunningham
758c8f1e22
Fix address docs in gce instance ( #6639 )
...
@evandbrown @lwander
2016-05-13 00:51:20 +01:00
Evan Brown
55742acf12
providers/google: support optionial uuid naming for Instance Template ( #6604 )
...
Auto-generating an Instance Template name (or just its suffix) allows the
create_before_destroy lifecycle option to function correctly on the
Instance Template resource. This in turn allows Instance Group Managers
to be updated without being destroyed.
2016-05-11 22:54:47 +01:00
Evan Brown
c6763fd3af
Update docs and fix computed container settings
2016-04-14 16:33:52 -07:00
Seth Vargo
337895b51e
Read more default envvars for GCP
...
- Closes #5874
- Fixes #5872
2016-04-11 12:19:07 -04:00
Seth Vargo
29b073158f
Update documentation to include new "project" attribute
...
This commit also normalizes the format we display attributes.
2016-04-10 17:34:15 -04:00
Seth Vargo
7e5ca60369
Make GCP provider "project" attribute optional
2016-04-10 13:01:23 -04:00
Clint
986fcd95f9
provider/google: Accept GOOGLE_CLOUD_KEYFILE_JSON env var for credentials
2016-04-04 16:56:35 -05:00
Sebastien Badia
63e67441b3
docs/google: Update links, fix syntax errors and remove whitespaces
2016-03-31 12:40:04 +02:00
Bill Fumerola
1ccfacd2dd
provider/google: use non-deprecated image in acceptance tests, documentation
2016-03-26 09:55:28 -07:00
Bill Fumerola
972aecdd84
Correct markdown for google_compute_instance_group and attach to index
2016-03-21 10:29:59 -07:00
James Nugent
c71751c596
Merge pull request #5428 from shaneog/google_dns_managed_zone
...
description is now a required field for google_dns_managed_zone
2016-03-19 17:06:13 +00:00
Pradeep Chhetri
19c9e14d5b
Updated google instance docs with custom instance type
2016-03-13 10:23:52 +00:00
Lars Wander
f8784df82b
provider/google: Mark next_hop_network as read only.
2016-03-10 13:58:09 -05:00
Derek Goss
91204cf7eb
Added disk_size_gb documentation to resource "google_compute_instance_template"
...
This was missing in the docs yet was implemented in Terraform. See line 81 in https://github.com/hashicorp/terraform/blob/master/builtin/providers/google/resource_compute_instance_template.go
2016-03-06 21:44:55 -05:00
Shane O'Grady
b03fc1d2e9
description is now a required field for google_dns_managed_zone
...
The description field for a managed-zone is now a required field when using the Cloud API.
This commit defaults the field to use the text "Managed by Terraform" to minimize required boilerplate for Terraform users.
Ref: https://cloud.google.com/sdk/gcloud/reference/dns/managed-zones/create
2016-03-02 17:23:11 -03:00
Lars Wander
6a8c814be8
Merge pull request #4087 from ajcrowe/google-instance_groups
...
provider/google: Support for unmanaged instance groups (google_compute_instance_group)
2016-02-26 15:33:08 -05:00
Alex Crowe
b3f7d1e386
Added google_compute_instance_group resource
2016-02-26 18:41:35 +00:00
James Nugent
9f4826d447
provider/google: Document schema conflict in network
2016-02-22 13:15:02 -05:00
Lars Wander
20f8104caf
provider/google: Add support for reading SQL instance assigned IP Addresses
2016-02-22 10:38:14 -05:00
Matt Morrison
f66f37f4d8
Add more acceptance tests, and fix some test cases
2016-02-18 08:37:58 -08:00
Matt Morrison
d6039af398
Add subnetwork resource ACC tests, additional doc updates
2016-02-18 08:37:58 -08:00
Matt Morrison
430ed48a44
Update google resources where necessary to make use of subnetworks, update som docs
2016-02-18 08:37:58 -08:00
Paul Stack
c2feea063b
Merge pull request #5126 from lwander/b-gcp-template-disk-type-doc
...
provider/google: Fix documentation around GCE Disk Type
2016-02-13 18:35:50 +00:00
Lars Wander
08f86e65ba
provider/google: Route doc zone update
2016-02-13 10:23:55 -05:00
Lars Wander
70a6419189
provider/google: Fix documentation around GCE Disk
2016-02-13 10:20:56 -05:00
chris
9aa8bbda93
provider/google: Support named_port on instance_group_manager
...
This allows HTTP and HTTPs load-balancers to direct traffic to ports other than tcp/80 and tcp/443.
2016-01-20 09:15:30 -05:00
Seth Vargo
8dbc43639d
Use HTTPS + www. for links
2016-01-14 16:03:26 -05:00
James Nugent
ea9e01cc78
Merge pull request #4669 from lwander/f-gcp-sql-user
...
provider/google: SQL user resource, documentation & tests
2016-01-14 06:51:17 +00:00
Lars Wander
7245a63077
Merge pull request #3893 from lwander/b-gcp-bucket-content
...
provider/google: Content field for bucket objects
2016-01-13 17:14:53 -05:00
Lars Wander
504bc87ec6
Merge pull request #4265 from lwander/gcp-assigned-nat-ip
...
provider/google: provide assigned_nat_ip as well as nat_ip
2016-01-13 17:13:16 -05:00
Lars Wander
b8c66dc5e5
provider/google: Content field for bucket objects
2016-01-13 17:06:58 -05:00
Lars Wander
456ec4d151
provider/google: SQL user resource, documentation & tests
2016-01-13 16:33:08 -05:00
Lars Wander
6a7da01d6b
provider/google: Clarify SQL database name cannot be reused
2016-01-08 11:54:55 -05:00
Lars Wander
a4d9ae3fa5
Merge pull request #3735 from lwander/b-gcp-container-cluster-document-scopes
...
provider/google: Improve Container Scope Example Documentation
2015-12-15 13:03:05 -05:00
Lars Wander
41cd85c7d8
Merge pull request #3892 from lwander/b-gcp-instance-group-restart
...
provider/google: Fix instance group manager instance restart policy
2015-12-15 11:38:12 -05:00
Lars Wander
cda549ab17
provider/google: Update docs for acquiring service account credentials
2015-12-11 13:27:26 -05:00
Lars Wander
a1a5788ed8
provider/google: provide assigned_nat_ip as well as nat_ip
2015-12-11 12:57:18 -05:00
Andrew Teixeira
6e7c7b6a0b
Move pricing_plan and replication_type in documentation to "settings" sublist as that is where the code looks for those options
2015-12-07 11:40:41 -05:00
Corey Farwell
82e502359c
Fix minor spacing inconsistency
2015-12-05 16:51:05 -05:00
Lars Wander
738ad14ebb
provider/google: Added missing pubsub documentation
2015-12-03 15:42:41 -05:00
pat
6f7ef2fadd
golang pubsub SDK has been released. moved topics/subscriptions to use that
...
Conflicts:
builtin/providers/google/provider.go
builtin/providers/google/resource_subscription.go
builtin/providers/google/resource_subscription_test.go
golang pubsub SDK has been released. moved topics/subscriptions to use that
Conflicts:
builtin/providers/google/provider.go
builtin/providers/google/resource_subscription.go
builtin/providers/google/resource_subscription_test.go
file renames and add documentation files
remove typo'd merge and type file move
add to index page as well
only need to define that once
remove topic_computed schema value
I think this was used at one point but is no longer. away.
cleanup typo
adds a couple more config values
- ackDeadlineSeconds: number of seconds to wait for an ack
- pushAttributes: attributes of a push subscription
- pushEndpoint: target for a push subscription
rearrange to better match current conventions
respond to all of the comments
2015-12-02 10:36:00 -08:00
Paul Hinze
7e59d7f67c
Merge pull request #3901 from hashicorp/phinze/google-credentials
...
provider/google: read credentials as contents instead of path
2015-11-16 17:57:54 -06:00
Paul Hinze
eb9a93862b
provider/google: read credentials as contents instead of path
...
Building on the work in #3846 , shifting the Google provider's
configuration option from `account_file` to `credentials`.
2015-11-16 15:14:32 -06:00