Skip to content

Commit

Permalink
Clear wording that bucket must pre-exist (#26276)
Browse files Browse the repository at this point in the history
Experienced similar issue as #18417 this updates the documentation so that it's more clear a storage bucket must exist prior to configuring the backend.
  • Loading branch information
crockpotveggies authored and pkolyvas committed Oct 22, 2020
1 parent 26f0339 commit b18d0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/backends/types/gcs.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description: |-

**Kind: Standard (with locking)**

Stores the state as an object in a configurable prefix in a given bucket on [Google Cloud Storage](https://cloud.google.com/storage/) (GCS).
This backend also supports [state locking](/docs/state/locking.html).
Stores the state as an object in a configurable prefix in a pre-existing bucket on [Google Cloud Storage](https://cloud.google.com/storage/) (GCS).
This backend also supports [state locking](/docs/state/locking.html). The bucket must exist prior to configuring the backend.

~> **Warning!** It is highly recommended that you enable
[Object Versioning](https://cloud.google.com/storage/docs/object-versioning)
Expand Down

0 comments on commit b18d0ba

Please sign in to comment.