terraform-provider-google/website/docs
Stefan Schmidt caeb43e39a Mark google_sql_database.{charset,collation} as computed instead of having defaults (#229)
* Mark google_sql_database.{charset,collation} as computed instead of having defaults.

This change is required to avoid the following scenario:
When upgrading from a previous version of the Google provider, TF will change
the charset/collation of existing (TF-managed) databases to utf8/utf8_general_ci
(if the user hasn't added different config values before running TF apply),
potentially overriding any non-default settings that the user my have applied
through the Cloud SQL admin API. This violates POLA.

* Remove charset/collation defaults from the documentation, too.

* Add links to MySQL's and PostgreSQL's documentation about supported charset and collation values.

* Use version 5.7's docs instead of 5.6, since that's the most up to date version of MySQL that we support.

* Add a note that only UTF8 / en_US.UTF8 are currently supported for Cloud SQL PostgreSQL databases.
2017-08-08 14:32:16 -07:00
..
d Add new data source: google_dns_managed_zone (#268) 2017-07-31 09:27:18 -07:00
r Mark google_sql_database.{charset,collation} as computed instead of having defaults (#229) 2017-08-08 14:32:16 -07:00
index.html.markdown For the sake of consistency, use the same phrasing ('This can also be (#273) 2017-08-01 12:37:32 -07:00