From 7b0bdcf2818311efe195a7b727c1b3a279ad7bc2 Mon Sep 17 00:00:00 2001 From: Elise Alstad Date: Sun, 29 Sep 2024 08:50:54 +0200 Subject: [PATCH] new buckrt name --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index f5596eb..e3b3eae 100644 --- a/main.tf +++ b/main.tf @@ -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 }