Commit Graph

937 Commits

Author SHA1 Message Date
Joe Selman
13025b2f11 Fix broken link 2017-06-22 10:12:07 -07:00
Joe Selman
86370dd298 Update title to be more specific 2017-06-20 11:29:10 -07:00
Joe Selman
ccfe6d4c25 Merge pull request #142 from selmanj/update_go_vendor_dependency
Update compute api client and AutomaticRestart usage
2017-06-20 10:27:00 -07:00
Paddy
33abfb4b77 Update container_engine_versions test. (#143)
Only expect 1 container engine master version, not 2. The API is only
currently reporting one. This fixes the failing test.
2017-06-20 06:29:26 -05:00
Joe Selman
5583b6d932 Update compute api client and AutomaticRestart usage
Instance.AutomaticRestart changed from a bool to a *bool to distinguish between
an empty value vs an explicitly set value. See
https://github.com/google/google-api-go-client/issues/196 for more context.
2017-06-19 20:48:21 -07:00
Riley Karson
c3bc66747a Update CHANGELOG.md 2017-06-19 10:51:08 -07:00
Riley Karson
aa48489a05 Make path_rule Optional in google_url_map's path_matcher block. (#118)
* Made path_rule optional for path_matcher in google_compute_url_map.

* Updated google_compute_url_map docs.

* Updated test configuration formatting.
2017-06-19 10:48:22 -07:00
Dana Hoffman
19feb0a350 Update CHANGELOG.md 2017-06-19 10:06:02 -07:00
Dana Hoffman
dcb564b23d Merge pull request #7 from unguiculus/feature/tags_labels
Add support for labels and tags on GKE node_config
2017-06-19 10:04:57 -07:00
Dana Hoffman
5ed93e8d34 Merge pull request #137 from danawillow/instance-tests
formatting changes for google_compute_instance tests
2017-06-19 09:57:56 -07:00
Reinhard Nägele
143a34ed30 Add documentation for labels and tags 2017-06-17 21:07:10 +02:00
Dana Hoffman
f1ffb9d300 Update CHANGELOG.md 2017-06-16 16:56:19 -07:00
Dana Hoffman
7554df9754 Merge pull request #117 from rileykarson/115-gcs-bucket-uppercase-location
Represent GCS Bucket locations as uppercase in state.
2017-06-16 16:55:43 -07:00
Dana Hoffman
4ee6fc5602 formatting changes for google_compute_instance tests 2017-06-16 16:44:56 -07:00
Dana Hoffman
abea820372 Update CHANGELOG.md 2017-06-16 15:52:37 -07:00
Dana Hoffman
fc3d41ec93 Merge pull request #65 from rileykarson/13-instance-group-manager-target-size
Changed google_compute_instance_group_manager target_size default to 0.
2017-06-16 15:50:50 -07:00
Riley Karson
de9b9a05b5 go fmt 2017-06-16 15:41:26 -07:00
Riley Karson
3f26ea6425 Updated variable names and docs. 2017-06-16 15:39:44 -07:00
Dana Hoffman
003fd5b7c6 Update CHANGELOG.md 2017-06-16 10:42:23 -07:00
Dana Hoffman
deca31e8e8 Merge pull request #101 from rileykarson/85-regional-backend-service-connection-draining
Support connection_draining_timeout_sec  in google_compute_region_backend_service
2017-06-16 10:41:11 -07:00
Riley Karson
74196a6b4f Added test for uppercasing google_storage_bucket locations. 2017-06-16 09:47:26 -07:00
Riley Karson
18e13bfd79 Added additional check that connection_draining_timeout_sec was reset in tests. 2017-06-16 09:27:48 -07:00
Paul Stack
83e05e01c3 Merge pull request #119 from rileykarson/update-existing-import-docs
Update existing resources import docs
2017-06-16 14:49:14 +03:00
Paul Stack
dbcd8b80be Merge pull request #120 from rileykarson/add-import-docs-1
Add Import blocks to docs for 5 various resources
2017-06-16 14:48:24 +03:00
Paul Stack
dae866228e Merge pull request #127 from rileykarson/fix-backend-service-example-underscores
Change underscores to hyphens in google_compute_backend_service docs example
2017-06-15 19:46:08 +03:00
Dana Hoffman
9f33e99ab7 Merge pull request #8 from rileykarson/12581-bigtable-provider
Vendor dependencies for Bigtable client.
2017-06-15 09:31:35 -07:00
Clint
48a7f661b1 Create CHANGELOG.md 2017-06-14 16:33:41 -05:00
Clint
a12c0740b1 Compute and Disk fixes (#1)
* compute_disk: update image in test

* disk_image: add default type, make size computed

* compute_dis: wait on disk size operations to complete before moving on

* update docks on the image
2017-06-14 16:31:40 -05:00
Riley Karson
fd08ff583b Fix the underscores in the google_compute_backend_service example 2017-06-14 14:17:34 -07:00
Clint
af764c783e Create CHANGELOG.md 2017-06-14 16:14:23 -05:00
Joe Selman
3b7f6d67da Add compute_backend_service import support (#40)
* Add compute_backend_service import support

* Fixed the nit

* Made example names a bit more intuitive

* Use underscores wherever possible instead of dashes
2017-06-14 16:13:52 -05:00
Christoph Tavan
25c6a00ca4 Improve google documentation (#124)
* Mention PostgreSQL in sql_database_instance docs

As mentioned in hashicorp/terraform#12617 the
google_sql_database_instance resource already supports `POSTGRES_9_6` as
`database_version`, it is just undocumented so far.

* Make naming of google_sql_database consistent

Looks like this is a relict from some copy & paste from
`google_storage_*` while writing the docs for `google_sql_database`.

* Note that Postgres support is still BETA
2017-06-14 16:11:31 -05:00
Dana Hoffman
8368b87cc3 Merge pull request #10 from rileykarson/10360-managed-instance-group-autohealing
Vendor GCP Compute Beta client library.
2017-06-14 09:11:06 -07:00
Riley Karson
fc3a79ce8a Update resource address in import example. 2017-06-13 17:50:23 -07:00
Riley Karson
2a5450be6f Add import docs for 5 resource types. 2017-06-13 17:46:50 -07:00
Riley Karson
75c8c911b1 Update existing resource's import docs to be consistent. 2017-06-13 17:02:27 -07:00
Riley Karson
1b14b27468 Represent all GCS Bucket locations as uppercase. 2017-06-13 14:51:04 -07:00
Riley Karson
db7d089298 Added connection_draining_timeout_sec support to google_compute_region_backend_service 2017-06-13 14:08:15 -07:00
Riley Karson
78b0879c6d Changed google_compute_instance_group_manager target_size default to 0. 2017-06-13 12:43:18 -07:00
Paul Stack
33ae780cc5 Merge pull request #14 from pdecat/patch-1
Typo: `make bin` => `make build`
2017-06-13 15:53:35 +03:00
Patrick Decat
8621def0cd Typo: make bin => make build
```
# make bin
make: *** No rule to make target 'bin'.  Stop.
```
2017-06-13 14:04:48 +02:00
Riley Karson
3e710fbb43 Vendor GCP Compute Beta client library. 2017-06-12 11:37:49 -07:00
Paul Stack
25c83a7c54 Merge pull request #9 from rileykarson/patch-1
Update README.md with Google-specific changes.
2017-06-12 20:16:13 +03:00
Riley Karson
eeaf659c97 Update README.md with Google-specific changes. 2017-06-12 10:14:00 -07:00
Reinhard Nägele
eb3e108c4b Add support for labels and tags on GKE node_config 2017-06-12 16:29:30 +02:00
Paul Stack
794e271a7c Merge pull request #4 from rileykarson/docs-checkout-location-fix
Updated checkout location in readme.
2017-06-10 09:12:58 +03:00
Paul Stack
3dc4bc692f Create CHANGELOG.md 2017-06-10 09:12:29 +03:00
Riley Karson
5a71aa3649 Vendor dependencies for Bigtable client. 2017-06-09 17:23:19 -07:00
Riley Karson
41352adf57 Updated checkout location in readme. 2017-06-09 16:04:05 -07:00
Clint
38d7ba566c Merge pull request #2 from rileykarson/patch-1
Fix Github organisation in cloning instructions.
2017-06-09 17:33:42 -05:00