Commit Graph

1004 Commits

Author SHA1 Message Date
Joe Selman
95e72d513e Merge pull request #177 from terraform-providers/bigtable-support
Add support for Google Cloud Bigtable.
2017-07-11 16:26:51 -07:00
Riley Karson
e5c73829cb Removed useless log statement, changed client factory receivers from pointers to struct. 2017-07-11 16:13:46 -07:00
Joe Selman
e5d55df82b Merge pull request #172 from ubschmidt2/testacc_default
Allow for running acceptance tests using the default credentials.
2017-07-11 14:21:39 -07:00
Riley Karson
4cc6e9939a Add name validation function, standardise validation functions used (#164)
* Used standard validation functions where possible, added a GCP name validation function.

* Add tests for GCP name, factor out a ValidateRegexp function.

* make fmt
2017-07-07 12:48:29 -07:00
Dana Hoffman
5882f3145a Update CHANGELOG.md 2017-07-05 16:02:58 -07:00
Dana Hoffman
ae5ea9fd0f allow updating additional_zones, turn it into a set (#152) 2017-07-05 16:00:49 -07:00
Riley Karson
124555b8d7 Rearranged bigtable imports. 2017-07-05 12:54:38 -07:00
Riley Karson
fa148841aa Changed _ to - in sidebar_current for bigtable instance and table. 2017-07-05 12:50:41 -07:00
Riley Karson
c8c5f17143 Move data sources block in sidebar above resources blocks. 2017-07-05 11:29:54 -07:00
Riley Karson
fc24b321b9 Add bigtable sidebar entries. 2017-07-05 11:29:54 -07:00
Riley Karson
e5ff2b7bcd Updated google_bigtable_table tests. 2017-07-05 10:46:11 -07:00
Riley Karson
a358f4147f Clear BigtableTable schema when resource missing, pass along missing error. 2017-07-05 10:46:11 -07:00
Riley Karson
d0d116fa3e Add support for Bigtable table. 2017-07-05 10:46:11 -07:00
Stefan Schmidt
6e96e8473d Allow for running acceptance tests using the default credentials.
This change adds another option for supplying authentication credentials
to acceptance tests: If GOOGLE_USE_DEFAULT_CREDENTIALS is set, the default
credentials are used. When run from a compute engine instance, the compute
engine default credentials are used. When run from the user's workstation,
the user's credentials are used, if the user has authenticated with the
GCloud CLI beforehand.
2017-07-05 15:41:58 +02:00
Jake Champlin
c48ef17ed7 Merge pull request #169 from nicolai86/master
docs: add undocumented attributes
2017-06-30 11:31:12 -04:00
Raphael Randschau
4c2fbfcd27
chore(docs): add undocumented attributes 2017-06-30 12:36:47 +02:00
Raphael Randschau
e8af028fb5
chore(docs): remove trailing . 2017-06-30 12:36:47 +02:00
stack72
9ce542e1fb Adding back the GNUmakefile test-compile step 2017-06-30 11:16:10 +03:00
Joe Selman
9691fe13ea Merge pull request #166 from selmanj/update-changelog
Update CHANGELOG.md
2017-06-29 13:10:02 -07:00
stack72
fc1507fe52 Simplifying the GNUMakefile 2017-06-29 16:43:40 +03:00
Joe Selman
9fe21163d3 Update CHANGELOG.md 2017-06-28 16:18:08 -07:00
Dana Hoffman
029762344c Update CHANGELOG.md 2017-06-28 15:46:17 -07:00
Dana Hoffman
32bf0df2d0 Add scratch_disk property to google_compute_instance and deprecate disk (#123)
* Add scratch_disk property to google_compute_instance

* docs for scratch_disk

* limit scope of scratchDisks array by using bool, test formatting

* add slash back to disk check
2017-06-28 15:43:58 -07:00
Dana Hoffman
549e1314f9 Add boot_disk property to google_compute_instance (#122)
* Add boot_disk property to google_compute_instance

* docs for boot_disk

* limit scope of bootDisk, use bool instead

* test formatting

* make device_name forcenew, add sha256 encryption key
2017-06-28 15:36:00 -07:00
Dana Hoffman
2f17ba7596 Merge pull request #160 from danawillow/googleapi
revendor googleapi
2017-06-28 14:34:46 -07:00
Riley Karson
28b35fa3dd Clear bigtable instance when gone, pass along error message. 2017-06-28 13:28:47 -07:00
Riley Karson
ec2f933252 Changed Bigtable instance to use InstanceInfo instead of iterating the list of infos. 2017-06-28 13:28:47 -07:00
Riley Karson
cfe9e4afb4 Vendored updated bigtable client. 2017-06-28 13:28:47 -07:00
Joe Selman
1137ee7023 Merge pull request #150 from selmanj/add_labels_to_compute_instance
Add support for using labels on compute_instance
2017-06-28 09:44:32 -07:00
Dana Hoffman
75e4af923e revendor googleapi/internal/uritemplates 2017-06-28 09:24:00 -07:00
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