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
This commit is contained in:
Patrick Decat 2017-02-18 00:37:58 +01:00 committed by Paul Stack
parent c866f8bf6c
commit 11c56cfd5e

View File

@ -52,7 +52,7 @@ The following arguments are supported:
* `name` - (Optional, Computed) The name of the instance. If the name is left * `name` - (Optional, Computed) The name of the instance. If the name is left
blank, Terraform will randomly generate one when the instance is first 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 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 * `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 the master in the replication setup. Note, this requires the master to have