Commit Graph

912 Commits

Author SHA1 Message Date
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
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
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
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
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
Riley Karson
36c0c8b4f8 Fix Github organisation in cloning instructions.
Change the Github organisation from hashicorp/ to terraform-providers/ so the repository can be cloned.
2017-06-09 15:26:06 -07:00
Jake Champlin
0e43124fce
Updating Makefile + Add gitignore 2017-06-09 14:30:08 -04:00
Jake Champlin
aa9478db74 Transfer of provider code 2017-06-09 16:51:19 +00:00
Jake Champlin
03a84db498 Merge branch 'master' of /home/ubuntu/terraform-vendor 2017-06-09 16:50:31 +00:00
Jake Champlin
8602b34591 Transfer google provider 2017-06-09 16:50:30 +00:00
Jake Champlin
46a47c6518
Transfer of provider website docs 2017-06-09 10:58:06 -04:00
Jake Champlin
5720340ed6
Merge branch 'master' of /Users/jake/terraform 2017-06-09 10:58:06 -04:00
Jake Champlin
b105f39423
Transfer google provider website 2017-06-09 10:58:02 -04:00
Dana Hoffman
d487f97192 provider/google: Add an additional delay when checking for sql operations (#15170) 2017-06-09 13:33:29 +03:00
Riley Karson
5b1943dd55 provider/google: Add support for draining_timeout_sec to compute_backend_service. (#14559) 2017-06-07 15:17:49 -07:00
Riley Karson
7b42b06576 provider/google: Add support for draining_timeout_sec to compute_backend_service. (#14559) 2017-06-07 15:17:49 -07:00
Shinichi TAMURA
b14e884112 provider/google: Changed network argument in google_compute_instance_group as optional (#13493) 2017-06-07 11:20:17 -07:00
Shinichi TAMURA
c3f292f9d4 provider/google: Changed network argument in google_compute_instance_group as optional (#13493) 2017-06-07 11:20:17 -07:00
Riley Karson
a7461719c3 Added private_ip_google_access update support to google_compute_subnetwork. (#15125) 2017-06-07 16:52:14 +03:00
Riley Karson
0bd8346b4b Added private_ip_google_access update support to google_compute_subnetwork. (#15125) 2017-06-07 16:52:14 +03:00
Riley Karson
79e835f012 provider/google: Update bucket storage docs introductions (#15132)
* Update overview/API links for storage_bucket_objects, and acls for both buckets and objects.

* Minor formatting changes to google_storage_bucket and acl docs.

* Updated outdated custom ACL information and fixed grammar.
2017-06-06 16:08:45 -07:00
Jake Champlin
c587774384
Updating Makefile + Add gitignore 2017-06-06 16:27:28 -04:00
Jake Champlin
f0cc9af4bc
Initial transfer of provider code 2017-06-06 11:58:56 -04:00
Jake Champlin
b66a28267d
Merge branch 'master' of /Users/jake/terraform 2017-06-06 11:58:52 -04:00
Jake Champlin
66029ac431
Transfer google provider 2017-06-06 11:58:51 -04:00
Clint
a543e456e0 provider/aws: Add Sweeper setup, Sweepers for DB Option Group, Key Pair (#14773)
* provider/aws: Add Sweeper setup, Sweepers for DB Option Group, Key Pair

* provider/google: Add sweeper for any leaked databases
* more recursion and added LC sweeper, to test out the Dependency path

* implement a dependency example

* implement sweep-run flag to filter runs

* stub a test for TestMain

* test for multiple -sweep-run list
2017-06-06 10:34:17 -05:00
Clint
7c9158e454 provider/google: Update compute_disk to read after update, always set size (#15095) 2017-06-06 09:44:23 -05:00
Jake Champlin
766ff276dc
Add Issue Template 2017-06-06 09:17:21 -04:00
Riley Karson
718500bad2 Update regional backend service documentation to reflect instance group restrictions. (#15097) 2017-06-06 15:26:26 +03:00
Riley Karson
a1babe3c37 provider/google: Make google_compute_autoscaler use Update instead of Patch. (#15101)
* Updated google_compute_autoscaler tests so that update fails as expected.

* Changed google_compute_autoscaler's Update function from using Patch to Update.
2017-06-06 15:20:29 +03:00