Skip to content

Commit

Permalink
Update storage_bucket.html.markdown (#1641)
Browse files Browse the repository at this point in the history
Comment in #1089 suggests it might be helpful to document dependency of import on Compute API.
  • Loading branch information
nat-henderson authored Jun 11, 2018
1 parent 13eba21 commit c51ab5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/storage_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c51ab5f

Please sign in to comment.