We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e79ea commit 9457c73Copy full SHA for 9457c73
docs/r/sql_database_instance.html.markdown
@@ -229,6 +229,15 @@ when the resource is configured with a `count`.
229
* `settings.version` - Used to make sure changes to the `settings` block are
230
atomic.
231
232
+## Timeouts
233
+
234
+`google_sql_database_instance` provides the following
235
+[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:
236
237
+- `create` - Default is 10 minutes.
238
+- `update` - Default is 10 minutes.
239
+- `delete` - Default is 10 minutes.
240
241
## Import
242
243
Database instances can be imported using the `name`, e.g.
0 commit comments