We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
good afternoon I have an error while deploying on GCP I follow on the tutorial: https://docs.nvidia.com/ace/latest/workflows/tokkio/text/Tokkio_GCP_CSP_Setup_Guide_automated.html I used manifest " https://github.com/NVIDIA/ACE/blob/main/workflows/tokkio/scripts/one-click/gcp/deploy-template.yml " Then I run "bash tokkio-deploy install" I get an error: │ Error: googleapi: Error 400: Please create your bucket in NAM4, which is made up of the regions (US-EAST1, US-CENTRAL1), invalid │ │ with module.app.module.ui_bucket.google_storage_bucket.this, │ on ../modules/gcp/website-bucket/main.tf line 2, in resource “google_storage_bucket” “this”: │ 2: resource “google_storage_bucket” “this” { │ ╵ I tried multy region and dual region for NAM4 But every time I got this error
do you have any ideas how to overcome this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
good afternoon
I have an error while deploying on GCP
I follow on the tutorial:
https://docs.nvidia.com/ace/latest/workflows/tokkio/text/Tokkio_GCP_CSP_Setup_Guide_automated.html
I used manifest " https://github.com/NVIDIA/ACE/blob/main/workflows/tokkio/scripts/one-click/gcp/deploy-template.yml "
Then I run "bash tokkio-deploy install"
I get an error:
│ Error: googleapi: Error 400: Please create your bucket in NAM4, which is made up of the regions (US-EAST1, US-CENTRAL1), invalid
│
│ with module.app.module.ui_bucket.google_storage_bucket.this,
│ on ../modules/gcp/website-bucket/main.tf line 2, in resource “google_storage_bucket” “this”:
│ 2: resource “google_storage_bucket” “this” {
│
╵
I tried multy region and dual region for NAM4
But every time I got this error
do you have any ideas how to overcome this?
The text was updated successfully, but these errors were encountered: