From 60264e386c7d7dd21898d42426edcdc7b73a01b6 Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Tue, 29 Jan 2019 00:00:16 +0100 Subject: [PATCH] Fix PG docs as PG 9.6 is GA (#2948) I think that PG 9_6 support is GA now : https://cloud.google.com/sql/docs/release-notes#april_2018 --- website/docs/r/sql_database_instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/sql_database_instance.html.markdown b/website/docs/r/sql_database_instance.html.markdown index 502d02c1..b5249580 100644 --- a/website/docs/r/sql_database_instance.html.markdown +++ b/website/docs/r/sql_database_instance.html.markdown @@ -165,7 +165,7 @@ The following arguments are supported: use. Can be `MYSQL_5_6`, `MYSQL_5_7` or `POSTGRES_9_6` for second-generation instances, or `MYSQL_5_5` or `MYSQL_5_6` for first-generation instances. See [Second Generation Capabilities](https://cloud.google.com/sql/docs/1st-2nd-gen-differences) - for more information. `POSTGRES_9_6` support is in beta. + for more information. * `name` - (Optional, Computed) The name of the instance. If the name is left blank, Terraform will randomly generate one when the instance is first