diff --git a/builtin/providers/google/resource_sql_database_instance.go b/builtin/providers/google/resource_sql_database_instance.go index 7ee5b5d66..128e4b74b 100644 --- a/builtin/providers/google/resource_sql_database_instance.go +++ b/builtin/providers/google/resource_sql_database_instance.go @@ -154,7 +154,7 @@ func resourceSqlDatabaseInstance() *schema.Resource { "database_version": &schema.Schema{ Type: schema.TypeString, Optional: true, - Default: "MYSQL_5_5", + Default: "MYSQL_5_6", ForceNew: true, }, diff --git a/website/source/docs/providers/google/r/sql_database_instance.html.markdown b/website/source/docs/providers/google/r/sql_database_instance.html.markdown index c6db7cc02..7eab5f1fb 100644 --- a/website/source/docs/providers/google/r/sql_database_instance.html.markdown +++ b/website/source/docs/providers/google/r/sql_database_instance.html.markdown @@ -37,7 +37,7 @@ The following arguments are supported: - - - -* `database_version` - (Optional, Default: `MYSQL_5_5`) The MySQL version to +* `database_version` - (Optional, Default: `MYSQL_5_6`) The MySQL version to use. Can be either `MYSQL_5_5` or `MYSQL_5_6`. * `name` - (Optional, Computed) The name of the instance. If the name is left