diff --git a/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown b/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown index 48044048fffc..b0530361aeb0 100644 --- a/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown +++ b/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown @@ -106,4 +106,10 @@ Description of the change and how users should adjust their configuration (if ne ### Resource-level change example header -Description of the change and how users should adjust their configuration (if needed). \ No newline at end of file +Description of the change and how users should adjust their configuration (if needed). + +## Resource: `google_sql_database_instance` + +### `settings.ip_configuration.require_ssl` is now removed + +Removed in favor of field `settings.ip_configuration.ssl_mode`.