Skip to content

Commit

Permalink
Add force destroy flag and rename spotify bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsunny1996 committed Dec 8, 2023
1 parent 03acff3 commit 3d6d809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "gcs_api_extract" {
version = "~> 3.4"
project_id = local.id
location = local.gs_region
names = ["spotify-web-api-extracts"]
names = ["rawg-api-extracts"]
prefix = local.name
set_admin_roles = true
# admins = ["group:${local.owner}"]
Expand All @@ -33,6 +33,7 @@ module "flyte_gcs_backend" {
location = local.gs_region
names = ["flyte-storage-backend"]
prefix = local.name
force_destroy = true
set_admin_roles = true
# admins = ["group:${local.owner}"]
versioning = {
Expand Down

0 comments on commit 3d6d809

Please sign in to comment.