Skip to content

Commit

Permalink
Add a placeholder bucket to get the 2i2c:hub-name tag
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 6, 2024
1 parent fbd548f commit 68a28da
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions terraform/aws/projects/projectpythia.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,20 @@ default_budget_alert = {

enable_aws_ce_grafana_backend_iam = true

# Tip: uncomment and fill the missing info in the lines below if you want
# to setup scratch buckets for the hubs on this cluster.
#
#user_buckets = {
# "scratch-staging" : {
# "delete_after" : 7,
# },
# # Tip: add more scratch buckets below, if this cluster will be multi-tenant
#}
# FIXME: placeholder bucket to get the 2i2c:hub-name tag in place
# so the community cand enable it for cost allocation purposes
# To be removed once it has been activated.
user_buckets = {
"placeholder-bucket-staging" : {
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "staging" },
},
}

# 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-staging"],
# },
# },
# # Tip: add more namespaces below, if this cluster will be multi-tenant
#}
hub_cloud_permissions = {
"staging" : {
"user-sa" : {
bucket_admin_access : ["placeholder-bucket-staging"],
},
},
}

0 comments on commit 68a28da

Please sign in to comment.