From 2e75fb01749a592680b1fa69a0903b2648583d5f Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Sat, 18 Feb 2017 00:37:58 +0100 Subject: [PATCH] google_sql_database_instance name cannot be reused for one week, not two months (#12055) According to the referenced documentation, it is one week, not two months: > You cannot reuse an instance name for up to a week after you have deleted an instance. cf. https://cloud.google.com/sql/docs/mysql/delete-instance --- .../docs/providers/google/r/sql_database_instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d07c0fff2..8f852a841 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 @@ -52,7 +52,7 @@ The following arguments are supported: * `name` - (Optional, Computed) The name of the instance. If the name is left blank, Terraform will randomly generate one when the instance is first created. This is done because after a name is used, it cannot be reused for - up to [two months](https://cloud.google.com/sql/docs/delete-instance). + up to [one week](https://cloud.google.com/sql/docs/delete-instance). * `master_instance_name` - (Optional) The name of the instance that will act as the master in the replication setup. Note, this requires the master to have