terraform-provider-google/website/docs/r
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
..
bigquery_dataset.html.markdown Add import docs for 5 resource types. 2017-06-13 17:46:50 -07:00
bigquery_table.html.markdown Update resource address in import example. 2017-06-13 17:50:23 -07:00
bigtable_instance.html.markdown Changed _ to - in sidebar_current for bigtable instance and table. 2017-07-05 12:50:41 -07:00
bigtable_table.html.markdown Changed _ to - in sidebar_current for bigtable instance and table. 2017-07-05 12:50:41 -07:00
compute_address.html.markdown Add import docs for 5 resource types. 2017-06-13 17:46:50 -07:00
compute_autoscaler.html.markdown chore(docs): remove trailing . 2017-06-30 12:36:47 +02:00
compute_backend_bucket.html.markdown Add links to official docs across compute Terraform Google Provider docs (#264) 2017-07-28 11:05:48 -07:00
compute_backend_service.html.markdown chore(docs): add undocumented attributes 2017-06-30 12:36:47 +02:00
compute_disk.html.markdown Add links to official docs across compute Terraform Google Provider docs (#264) 2017-07-28 11:05:48 -07:00
compute_firewall.html.markdown Add Beta support for egress/direction to google_compute_firewall. (#306) 2017-08-08 13:28:49 -07:00
compute_forwarding_rule.html.markdown Update 5 more Import blocks. 2017-06-16 10:53:36 -07:00
compute_global_address.html.markdown Add Beta support & Beta feature ip_version to google_compute_global_address (#250) 2017-08-04 10:53:43 -07:00
compute_global_forwarding_rule.html.markdown Add Beta support & Beta feature ip_version to google_compute_global_forwarding_rule (#265) 2017-08-04 10:15:51 -07:00
compute_health_check.html.markdown Fix read method + test/document import for google_compute_health_check (#155) 2017-06-26 18:25:22 +03:00
compute_http_health_check.html.markdown Update 5 more Import blocks. 2017-06-16 10:53:36 -07:00
compute_https_health_check.html.markdown Support import for google_compute_https_health_check (#213) 2017-07-18 11:35:24 -07:00
compute_image.html.markdown Add import support for google_compute_image. (#194) 2017-07-14 13:32:25 -07:00
compute_instance_group_manager.html.markdown Add Beta support for auto_healing_policies to instance group manager. (#249) 2017-08-02 10:12:16 -07:00
compute_instance_group.html.markdown Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269) 2017-08-07 10:13:55 -07:00
compute_instance_template.html.markdown Update 5 more Import blocks. 2017-06-16 10:53:36 -07:00
compute_instance.html.markdown Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269) 2017-08-07 10:13:55 -07:00
compute_network_peering.html.markdown Add new resource google_compute_network_peering (#259) 2017-07-28 09:51:29 -07:00
compute_network.html.markdown Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269) 2017-08-07 10:13:55 -07:00
compute_project_metadata_item.html.markdown Revert "Revert metadata item changes (#225)" (#257) 2017-07-28 10:49:02 -07:00
compute_project_metadata.html.markdown Add links to official docs across compute Terraform Google Provider docs (#264) 2017-07-28 11:05:48 -07:00
compute_region_backend_service.html.markdown Test that HTTPS health checks are supported for google_compute_backend_service. 2017-06-20 10:59:56 -07:00
compute_route.html.markdown Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269) 2017-08-07 10:13:55 -07:00
compute_router_interface.html.markdown Add links to official docs across compute Terraform Google Provider docs (#264) 2017-07-28 11:05:48 -07:00
compute_router_peer.html.markdown Add links to official docs across compute Terraform Google Provider docs (#264) 2017-07-28 11:05:48 -07:00
compute_router.html.markdown Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269) 2017-08-07 10:13:55 -07:00
compute_snapshot.html.markdown Add links to official docs across compute Terraform Google Provider docs (#264) 2017-07-28 11:05:48 -07:00
compute_ssl_certificate.html.markdown Update google_compute_ssl_certificate docs to reference lifecycle (#258) 2017-07-28 10:45:32 -07:00
compute_subnetwork.html.markdown Support import for google_compute_subnetwork (#227) 2017-07-26 09:30:59 -07:00
compute_target_http_proxy.html.markdown chore(docs): add undocumented attributes 2017-06-30 12:36:47 +02:00
compute_target_https_proxy.html.markdown Support path-only when referencing ssl certificate in compute_target_https_proxy (#210) 2017-07-19 13:49:14 -07:00
compute_target_pool.html.markdown Updated import documentation. (#156) 2017-06-27 17:07:47 +03:00
compute_url_map.html.markdown Make path_rule Optional in google_url_map's path_matcher block. (#118) 2017-06-19 10:48:22 -07:00
compute_vpn_gateway.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00
compute_vpn_tunnel.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00
container_cluster.html.markdown Add links to official docs across compute Terraform Google Provider docs (#264) 2017-07-28 11:05:48 -07:00
container_node_pool.html.markdown Make google_container_node_pool resources importable. (#284) 2017-08-07 10:35:39 -07:00
dns_managed_zone.markdown Add new data source: google_dns_managed_zone (#268) 2017-07-31 09:27:18 -07:00
dns_record_set.markdown Improve docs for dns_record_set by adding example for SPF record. (#266) 2017-08-01 09:59:27 -07:00
google_project_iam_binding.html.markdown Newlines, but really this time. 2017-07-27 14:39:28 -07:00
google_project_iam_member.html.markdown Newlines, but really this time. 2017-07-27 14:39:28 -07:00
google_project_iam_policy.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00
google_project_services.html.markdown Doc fix: Changing google_project_services.project will not force a new project to be created. (#286) 2017-08-03 11:02:24 -07:00
google_project.html.markdown Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269) 2017-08-07 10:13:55 -07:00
google_service_account.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00
pubsub_subscription.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00
pubsub_topic.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00
sourcerepos_repository.html.markdown Add Support for Google source repos (#256) 2017-08-03 15:00:34 -07:00
sql_database_instance.html.markdown docs: fix typos in sql-database-instance (#279) 2017-08-08 10:07:23 -05:00
sql_database.html.markdown Mark google_sql_database.{charset,collation} as computed instead of having defaults (#229) 2017-08-08 14:32:16 -07:00
sql_user.html.markdown Update existing resource's import docs to be consistent. 2017-06-13 17:02:27 -07:00
storage_bucket_acl.html.markdown chore(docs): add undocumented attributes 2017-06-30 12:36:47 +02:00
storage_bucket_object.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00
storage_bucket.html.markdown Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269) 2017-08-07 10:13:55 -07:00
storage_object_acl.html.markdown Transfer google provider website 2017-06-09 10:58:02 -04:00