terraform-provider-google/vendor/google.golang.org
Lawrence Jones 9f42aeb652 PostgreSQL high availability (#1001)
* Update sqladmin api

Pull in updates to the generated sqladmin api and update callers for
the change in the StorageAutoResize setting

* Add support for availability_type setting

Allow specifying ZONAL or REGIONAL to allow for PostgreSQL HA
setup.

* vendor: update sqladmin/v1beta4

* Test setting AvailabilityType for PostgreSQL

Add tests that cover the creation of a Postgres database with
AvailabilityType set to REGIONAL, and correct some small issues that
were preventing compilation.

* Fix breaking change w/ disk_autoresize in cloudsql

95e5582766

The cloudsql admin client changed the way it handles StorageAutoResize
as a parameter, in order to be more explicit about when the server has
ommitted the field. This changed the type from being bool to *bool, and
we need to modify provider code so that we supply the right value to the
api client.
2018-01-24 09:23:48 -08:00
..
api PostgreSQL high availability (#1001) 2018-01-24 09:23:48 -08:00
appengine Transfer of provider code 2017-06-09 16:51:19 +00:00
genproto Upgrade terraform core to v0.11.2 (#940) 2018-01-10 10:52:15 -08:00
grpc Revendor hashicorp/terraform (#697) 2017-11-07 11:29:51 -08:00