Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: googleapi: Error 409: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again a different name and try again. #26

Open
Sharaykaka opened this issue Oct 17, 2022 · 2 comments

Comments

@Sharaykaka
Copy link

Sharaykaka commented Oct 17, 2022

I literally created a bucket with a random BTC wallet address to make it unique, which I was told to do by the GCP guide, and still i am hitting the same error while executing gcs-bucket.tf

google_storage_bucket.bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh: Creating... ╷ │
Error: googleapi: Error 409: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again., conflict │ │ with google_storage_bucket.bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh, │ on gcs-bucket.tf line 17, in resource "google_storage_bucket" "bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh": │ 17: resource "google_storage_bucket" "bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh" { │

@Sharaykaka Sharaykaka changed the title google_storage_bucket.bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh: Creating... ╷ │ Error: googleapi: Error 409: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again., conflict │ │ with google_storage_bucket.bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh, │ on gcs-bucket.tf line 17, in resource "google_storage_bucket" "bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh": │ 17: resource "google_storage_bucket" "bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh" { │ Error: googleapi: Error 409: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again a different name and try again. Oct 17, 2022
@suddhasatwabhaumik
Copy link

The variables file should be updated with unique values. The ones given here are for example. We will have the readme file updated accordingly. Please try and let us know.

@Sharaykaka
Copy link
Author

I changed the name_prefix to my name in terraform.tfvars and it worked, thank you so much for the help @suddhasatwabhaumik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants