Skip to content

Commit

Permalink
Uncomment sbx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Oct 3, 2024
1 parent b89ed60 commit c523feb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
23 changes: 10 additions & 13 deletions daac/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ cma_version = "v2.0.3"

# Set up the maturity agnostic part of your bucket configuration here.
# For Example:
# bucket_config_base = {
# "private" = { type = "standard" }
# "protected" = { type = "protected" }
# "public" = { type = "public" }
# # Workflow bucket list
# "acme-browse" = { type = "workflow" }
# "acme-landing" = { type = "workflow" }
# "acme-products" = { type = "workflow" }
# "example-browse" = { type = "workflow" }
# "example-landing" = { type = "workflow" }
# "example-products" = { type = "workflow" }
# }
bucket_config_base = {
"private" = { type = "standard" }
"protected" = { type = "protected" }
"public" = { type = "public" }
# Workflow bucket list
"example-browse" = { type = "workflow" }
"example-landing" = { type = "workflow" }
"example-products" = { type = "workflow" }
}

# Example partner bucket list. These ARE NOT prefixed
# partner_bucket_names = ["partner-collab-s3-bucket"]
partner_bucket_names = ["example-partner-collab-s3-bucket"]
10 changes: 5 additions & 5 deletions daac/variables/sbx.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Set the maturity specific part of your bucket configuration here.
# bucket_config = {
# "example-browse" = { oai = "ABCDEFG1234567" }
# "example-products" = { oai = "ABCDEFG1234567" }
# "example-sbx-only-bucket" = { type = "public" }
# }
bucket_config = {
# "example-browse" = { oai = "ABCDEFG1234567" }
# "example-products" = { oai = "ABCDEFG1234567" }
"example-sbx-only-bucket" = { type = "public" }
}

# s3_replicator_target_bucket = "metrics target bucket name"
# s3_replicator_target_prefix = "metrics target prefix name"

0 comments on commit c523feb

Please sign in to comment.