Commit Graph

1024 Commits

Author SHA1 Message Date
Paul Stack
ad6765f320 Update CHANGELOG.md 2017-06-28 11:44:03 +03:00
stack72
8798346e70 Add an acceptance test to show timeouts in container_cluster 2017-06-28 11:34:20 +03:00
sovanesyan
b2f789ca0a provider/google: Add Timeout support to google_container_cluster
Migrated from https://github.com/hashicorp/terraform/pull/13203
2017-06-28 11:24:28 +03:00
Dana Hoffman
b19ae9ca8f revendor googleapi 2017-06-27 17:43:43 -07:00
Riley Karson
3c7cdf0bb4 Updated import documentation. (#156) 2017-06-27 17:07:47 +03:00
Riley Karson
5bceaef26f Moved required fields and updated docs. 2017-06-26 15:13:18 -07:00
Riley Karson
048bfe5857 Renamed ClientFactoryBigtable to BigtableClientFactory 2017-06-26 15:13:18 -07:00
Riley Karson
2c2615317b Changes based on review including default values in schema and inlining object properties. 2017-06-26 15:13:18 -07:00
Riley Karson
53b91630f5 Bigtable instance support. 2017-06-26 15:13:18 -07:00
Dana Hoffman
e2f05cba90 Update CHANGELOG.md 2017-06-26 13:18:56 -07:00
Jake Champlin
5c86ea25ef
Update Changelog for google provider 2017-06-26 15:11:47 -04:00
Joe Selman
e3c27065dc Add support for using labels on compute_instance 2017-06-26 10:37:16 -07:00
Paul Stack
385bbc8add Update CHANGELOG.md 2017-06-26 18:26:18 +03:00
Riley Karson
e5267f2c6f Fix read method + test/document import for google_compute_health_check (#155)
* Read health check block + add import support to google_compute_health_check.

* Updated google_compute_health_check documentation.
2017-06-26 18:25:22 +03:00
Jake Champlin
234a95e0b8
Fix Changelog Links Script for google provider 2017-06-26 09:50:55 -05:00
Joe Selman
ea2baec904 Merge pull request #146 from selmanj/readme_changes
Minor Readme changes
2017-06-23 13:37:37 -07:00
Dana Hoffman
1c20afeef3 Merge pull request #153 from terraform-providers/danawillow-changelog-categories
Categorize changelog by the API used
2017-06-22 14:24:55 -07:00
Paddy
e72b6fd217 Update CHANGELOG.md 2017-06-22 13:57:51 -07:00
Paddy
89431e9a2a Merge pull request #147 from pmcatominey/firewall-source
compute_firewall: set source_ranges to Computed to avoid perpetual diff
2017-06-22 13:29:20 -07:00
Riley Karson
aa5449ab34 Update CHANGELOG.md 2017-06-22 10:30:13 -07:00
Mike Fowler
58a6b3f80e Add import for google_sql_database_instance (#11)
* Add import for `google_sql_database_instance`

* Alterations suggested by review

* Move declaration of array for clarification
2017-06-22 10:25:26 -07:00
Joe Selman
13025b2f11 Fix broken link 2017-06-22 10:12:07 -07:00
Riley Karson
795527c116 Update CHANGELOG.md 2017-06-22 09:16:46 -07:00
Mike Fowler
719c556f0c Add ability to import google_sql_database (#12)
* Add ability to import `google_sql_database`

* Update from code review

* Ensure split id length and report error otherwise
2017-06-22 09:13:05 -07:00
Dana Hoffman
7a9893f98c Categorize changelog by the API used 2017-06-21 16:43:34 -07:00
Dana Hoffman
2f8a0c2740 Fix bad links in CHANGELOG 2017-06-21 16:26:11 -07:00
TeamCity
a25461f2cc Cleanup after v0.1.1 release 2017-06-21 15:36:59 +00:00
TeamCity
df0a8bb608
v0.1.1 2017-06-21 15:24:57 +00:00
Paul Stack
54e2c56210 Merge pull request #135 from rileykarson/import-docs-3
Update 5 more importable resources' docs
2017-06-21 12:00:29 +03:00
Peter McAtominey
763f67c22c compute_firewall: set source_ranges to Computed to avoid perpetual diff
If this is not set in Terraform, then the API defaults to 0.0.0.0/0,
Terraform would then attempt to remove that value and so on.
2017-06-21 09:51:25 +01:00
Paul Stack
32f231c6af Update CHANGELOG.md 2017-06-21 11:46:36 +03:00
Paul Stack
576d52bd0e Merge pull request #145 from rileykarson/144-health-checks-count
Restrict the number of health_checks in Backend Service resources to exactly 1.
2017-06-21 11:46:03 +03:00
TeamCity
09c422a094 Cleanup after v0.1.0 release 2017-06-20 21:37:13 +00:00
TeamCity
efb1406ff9
v0.1.0 2017-06-20 21:29:54 +00:00
Joe Selman
86370dd298 Update title to be more specific 2017-06-20 11:29:10 -07:00
Riley Karson
f07a08bd76 Test that HTTPS health checks are supported for google_compute_backend_service. 2017-06-20 10:59:56 -07:00
Riley Karson
8bdfd3cd2f Specify the type of health checks supported for both backend services. 2017-06-20 10:45:58 -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
Riley Karson
6f8b415b42 Restrict the number of health_checks in Backend Service resources to 1. 2017-06-20 10:26:09 -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