https://pulumi.com logo
#general
Title
# general
f

future-window-78560

09/26/2022, 5:25 PM
Hello Team, 1. Can we use same bucket name in different accounts For eg#
bucket01
in
<mailto:gcpacc11@gmail.com|gcpacc11@gmail.com>
and
bucket01
in
<mailto:gcpacc22@gmail.com|gcpacc22@gmail.com>
especially when
<mailto:gcpacc11@gmail.com|gcpacc11@gmail.com>
is deleted I get this error so I have to change the bucket name in the script every time which is a manual step in the automation process and we need to avoid that
Copy code
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
----------------------------------------------- Also, Team!! 2. We need to know if creating a new GCP project is possible without specifying any project_ID in the pulumi script? Our purpose is to have a console-free IAC which is possible through pulumi but we have to create a GCP project manually first because we need a project ID as input for creating a new GCP project.
b

billowy-army-68599

09/26/2022, 5:32 PM
this is a google limitation. this is what autonaming is helpful
11 Views