From c51ab5f28ec64f637db4090ab600f65cea255859 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Mon, 11 Jun 2018 17:48:06 -0300 Subject: [PATCH] Update storage_bucket.html.markdown (#1641) Comment in #1089 suggests it might be helpful to document dependency of import on Compute API. --- website/docs/r/storage_bucket.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/storage_bucket.html.markdown b/website/docs/r/storage_bucket.html.markdown index fb7048eb0aa..e42dc6b3358 100644 --- a/website/docs/r/storage_bucket.html.markdown +++ b/website/docs/r/storage_bucket.html.markdown @@ -133,3 +133,5 @@ Storage buckets can be imported using the `name`, e.g. ``` $ terraform import google_storage_bucket.image-store image-store-bucket ``` + +Note that when importing a bucket (and only when importing), the Compute API needs to be enabled - you'll see an error with a link to the enablement page if it is not.