Skip to content

Commit

Permalink
new buckrt name
Browse files Browse the repository at this point in the history
  • Loading branch information
lalelisealstad committed Sep 29, 2024
1 parent 162f878 commit 7b0bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "google" {

# Create a GCS bucket
resource "google_storage_bucket" "data_bucket" {
name = "liquor-store-data-bucket"
name = "liquor-store-bucket"
location = "us-central1" # Changed to be consistent with the region
}

Expand Down

0 comments on commit 7b0bdcf

Please sign in to comment.