Skip to content

Commit

Permalink
testing file with new bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Feb 26, 2024
1 parent a4feb7e commit c7b1fc0
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 @@ -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"

Expand Down

0 comments on commit c7b1fc0

Please sign in to comment.