Skip to content

Commit

Permalink
Modifying bucket name again
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Jan 27, 2024
1 parent 5e7d6c1 commit e2beb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e2beb7c

Please sign in to comment.