From c80a21610dfd61fd0b36de9791ae2bc927984d9b Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 23 Jun 2017 04:15:17 -0700 Subject: [PATCH] provider/google: SQL Database Importability (#15372) Add `google_sql_database` and `google_sql_database_instance` to Importability page. @danawillow https://github.com/terraform-providers/terraform-provider-google/pull/11 https://github.com/terraform-providers/terraform-provider-google/pull/12 --- website/docs/import/importability.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/import/importability.html.md b/website/docs/import/importability.html.md index c43f4e3379..161300bd0b 100644 --- a/website/docs/import/importability.html.md +++ b/website/docs/import/importability.html.md @@ -206,6 +206,8 @@ To make a resource importable, please see the * google_compute_target_pool * google_dns_managed_zone * google_project +* google_sql_database_instance +* google_sql_database * google_sql_user * google_storage_bucket