Update storage_bucket.html.markdown (#1641)

Comment in #1089 suggests it might be helpful to document dependency of import on Compute API.
This commit is contained in:
Nathan McKinley 2018-06-11 17:48:06 -03:00 committed by GitHub
parent 13eba21650
commit c51ab5f28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.