terraform-provider-google/vendor
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
..
cloud.google.com/go Add support for instance_type to google_bigtable_instance. (#313) 2017-08-11 14:43:00 -07:00
github.com Support subnetwork IP CIDR range expansion (#945) 2018-01-17 12:58:37 -08:00
golang.org/x Upgrade terraform core to v0.11.2 (#940) 2018-01-10 10:52:15 -08:00
google.golang.org PostgreSQL high availability (#1001) 2018-01-24 09:23:48 -08:00
vendor.json PostgreSQL high availability (#1001) 2018-01-24 09:23:48 -08:00