diff --git a/terraform/aws/projects/projectpythia.tfvars b/terraform/aws/projects/projectpythia.tfvars index c8bf468dd3..5cda7ae83f 100644 --- a/terraform/aws/projects/projectpythia.tfvars +++ b/terraform/aws/projects/projectpythia.tfvars @@ -10,20 +10,20 @@ default_budget_alert = { # to setup scratch buckets for the hubs on this cluster. # #user_buckets = { -# "scratch-" : { -# "delete_after" : 7 +# "scratch-staging" : { +# "delete_after" : 7, # }, -# Tip: add more scratch buckets below, if this cluster will be multi-tenant +# # Tip: add more scratch buckets below, if this cluster will be multi-tenant #} # Tip: uncomment and fill the missing info in the lines below if you want # to setup specific cloud permissions for the buckets in this cluster. # #hub_cloud_permissions = { -# "" : { +# "staging" : { # "user-sa" : { -# bucket_admin_access : ["scratch-"], +# bucket_admin_access : ["scratch-staging"], # }, # }, -# # Tip: add more namespaces below, if this cluster will be multi-tenant -#} \ No newline at end of file +# # Tip: add more namespaces below, if this cluster will be multi-tenant +#} diff --git a/terraform/aws/projects/template.tfvars b/terraform/aws/projects/template.tfvars index 801bef1aae..2852094bc9 100644 --- a/terraform/aws/projects/template.tfvars +++ b/terraform/aws/projects/template.tfvars @@ -11,20 +11,20 @@ cluster_nodes_location = "{{ cluster_region }}a" # to setup scratch buckets for the hubs on this cluster. # #user_buckets = { -# "scratch-{{ hub_name }}" : { -# "delete_after" : 7 +# "scratch-staging" : { +# "delete_after" : 7, # }, -# Tip: add more scratch buckets below, if this cluster will be multi-tenant +# # Tip: add more scratch buckets below, if this cluster will be multi-tenant #} # Tip: uncomment and fill the missing info in the lines below if you want # to setup specific cloud permissions for the buckets in this cluster. # #hub_cloud_permissions = { -# "{{ hub_name }}" : { +# "staging" : { # "user-sa" : { -# bucket_admin_access : ["scratch-{{ hub_name }}"], +# bucket_admin_access : ["scratch-staging"], # }, # }, -# # Tip: add more namespaces below, if this cluster will be multi-tenant +# # Tip: add more namespaces below, if this cluster will be multi-tenant #} diff --git a/terraform/gcp/projects/cluster.tfvars.template b/terraform/gcp/projects/cluster.tfvars.template index 7e43fe91b5..7ad5cd6581 100644 --- a/terraform/gcp/projects/cluster.tfvars.template +++ b/terraform/gcp/projects/cluster.tfvars.template @@ -42,20 +42,20 @@ enable_network_policy = true # to setup scratch buckets for the hubs on this cluster. # #user_buckets = { -# "scratch-{{ hub_name }}" : { -# "delete_after" : 7 +# "scratch-staging" : { +# "delete_after" : 7, # }, - # Tip: add more scratch buckets below, if this cluster will be multi-tenant +# # Tip: add more scratch buckets below, if this cluster will be multi-tenant #} # Tip: uncomment and fill the missing info in the lines below if you want # to setup specific cloud permissions for the buckets in this cluster. # #hub_cloud_permissions = { -# "{{ hub_name }}" : { +# "staging" : { # allow_access_to_external_requester_pays_buckets : false, -# bucket_admin_access : ["scratch-{{ hub_name }}"], -# hub_namespace : "{{ hub_name }}" +# bucket_admin_access : ["scratch-staging"], +# hub_namespace : "staging", # }, # # Tip: add more namespaces below, if this cluster will be multi-tenant #}