Skip to content

Commit

Permalink
provider/google: Mention PostgreSQL in sql_database_instance docs
Browse files Browse the repository at this point in the history
As mentioned in hashicorp#12617 the
google_sql_database_instance resource already supports `POSTGRES_9_6` as
`database_version`, it is just undocumented so far.
  • Loading branch information
ctavan committed Apr 28, 2017
1 parent ece4b13 commit 1acf7b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are supported:
- - -

* `database_version` - (Optional, Default: `MYSQL_5_6`) The MySQL version to
use. Can be either `MYSQL_5_6` or `MYSQL_5_7` for second-generation
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 Google's [Second Generation Capabilities](https://cloud.google.com/sql/docs/1st-2nd-gen-differences)
for more information.
Expand Down

0 comments on commit 1acf7b1

Please sign in to comment.