Skip to content

Commit

Permalink
commented flyte gcs bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsunny1996 committed Dec 8, 2023
1 parent 3d6d809 commit 7c138cf
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions terraform/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@ module "gcs_api_extract" {
#############################################################################################################
# GCS Bucket for Flyte orchestrator Backend
#############################################################################################################
module "flyte_gcs_backend" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 3.4"
project_id = local.id
location = local.gs_region
names = ["flyte-storage-backend"]
prefix = local.name
force_destroy = true
set_admin_roles = true
# admins = ["group:${local.owner}"]
versioning = {
terraform-state = true
}
bucket_admins = {
second = "user:${local.owner}"
}
# module "flyte_gcs_backend" {
# source = "terraform-google-modules/cloud-storage/google"
# version = "~> 3.4"
# project_id = local.id
# location = local.gs_region
# names = ["flyte-storage-backend"]
# prefix = local.name
# force_destroy = lookup()
# set_admin_roles = true
# # admins = ["group:${local.owner}"]
# versioning = {
# terraform-state = true
# }
# bucket_admins = {
# second = "user:${local.owner}"
# }

labels = {
project_name = local.name
project_workspace = local.id
}
}
# labels = {
# project_name = local.name
# project_workspace = local.id
# }
# }

0 comments on commit 7c138cf

Please sign in to comment.