Skip to content

Commit

Permalink
UPDATE archive settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-maddegoda committed Aug 12, 2024
1 parent 6c5155f commit 37dec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform-modules/archive/archive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_s3_bucket" "pds_nucleus_hot_archive" {
resource "aws_s3_bucket" "pds_nucleus_cold_archive" {
count = length(var.pds_node_names)
# convert PDS node name to S3 bucket name compatible format
name = "${lower(replace(var.pds_node_names[count.index], "_", "-"))}-${var.pds_nucleus_cold_archive_name_postfix}"
bucket = "${lower(replace(var.pds_node_names[count.index], "_", "-"))}-${var.pds_nucleus_cold_archive_name_postfix}"
}


0 comments on commit 37dec13

Please sign in to comment.