You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: When importing a bucket or using only the default provider project for bucket creation, you will need to enable the Compute API and will otherwise get an error with a link to the API enablement page. If you would prefer not to enable the Compute API, make sure to explicitly set `project` on the bucket resource.
21
+
**Note**: If the project id is not set on the resource or in the provider block it will be dynamically
22
+
determined which will require enabling the compute api.
23
+
22
24
23
25
## Example Usage
24
26
@@ -141,9 +143,15 @@ exported:
141
143
142
144
## Import
143
145
144
-
Storage buckets can be imported using the `name`, e.g.
146
+
Storage buckets can be imported using the `name` or `project/name`. If the project is not
147
+
passed to the import command it will be inferred from the provider block or environment variables.
148
+
If it cannot be inferred it will be queried from the Compute API (this will fail if the API is
0 commit comments