namereplace

This commit is contained in:
Michael McGuinness
2024-10-07 17:03:20 +01:00
parent 479a877973
commit cc8e268c98
+1 -1
View File
@@ -139,7 +139,7 @@ resource "null_resource" "sync_config" {
# doczyai-use2-d-infra-s3-textract-processing-001
# doczyai-use2-d-cn1-s3-textract-processing-001
command = "aws s3 sync ./textract-pipeline/src/s3-files s3://${local.processing_s3_bucket_name}"
command = "aws s3 sync ./textract-pipeline/src/s3-files s3://${replace(local.processing_s3_bucket_name, "infra", each.value.client_id)}"
}
}