Documentation | Getting Started | Creating GCP bucket using provided code sample produces provider error #12973
Labels
area/docs
Improvements or additions to documentation
impact/first-48
This bug is likely to be hit during a user's first 48 hours of product evaluation
kind/bug
Some behavior is incorrect or out of spec
Milestone
File: content/docs/iac/get-started/gcp/review-project.md
Provided code for bucket creation generates:
Fix was:
const bucket = new gcp.storage.Bucket('my-bucket', { + uniformBucketLevelAccess: true, location: 'US', })
The text was updated successfully, but these errors were encountered: