diff --git a/cloud-infra/main.tf b/cloud-infra/main.tf index be81a60..9e1a2ba 100644 --- a/cloud-infra/main.tf +++ b/cloud-infra/main.tf @@ -67,7 +67,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 = "data-automate-ml" + name = "automate-ml-datasets" location = "us-east1" storage_class = "standard"