diff --git a/cloud-infra/main.tf b/cloud-infra/main.tf index a2e5c4e..e053965 100644 --- a/cloud-infra/main.tf +++ b/cloud-infra/main.tf @@ -74,7 +74,7 @@ resource "google_container_node_pool" "ml_node_pool" { // Create new storage bucket in the US multi-region with standard storage resource "google_storage_bucket" "static" { project = var.project - name = "automate-ml-datasets" + name = "automate-ml-datasets2" location = "us-east1" storage_class = "standard"