namereplace
This commit is contained in:
@@ -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)}"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user