From 11c56cfd5e488ec2f5412285e17c86072b369c99 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 --- r/sql_database_instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/sql_database_instance.html.markdown b/r/sql_database_instance.html.markdown index d07c0fff..8f852a84 100644 --- a/r/sql_database_instance.html.markdown +++ b/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