File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -207,10 +207,6 @@ resource "aws_ecs_task_definition" "ecs_task" {
207207 name = " ACK_BUCKET_NAME"
208208 value = aws_s3_bucket.batch_data_destination_bucket.bucket
209209 },
210- {
211- name = " EA_BUCKET_NAME"
212- value = aws_s3_bucket.batch_data_ea_bucket.bucket
213- },
214210 {
215211 name = " KINESIS_STREAM_ARN"
216212 value = local.kinesis_arn
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ resource "aws_lambda_function" "file_processor_lambda" {
280280 ACCOUNT_ID = var.immunisation_account_id
281281 SOURCE_BUCKET_NAME = aws_s3_bucket.batch_data_source_bucket.bucket
282282 ACK_BUCKET_NAME = aws_s3_bucket.batch_data_destination_bucket.bucket
283+ EA_BUCKET_NAME = aws_s3_bucket.batch_data_ea_bucket.bucket
283284 QUEUE_URL = aws_sqs_queue.batch_file_created.url
284285 REDIS_HOST = data.aws_elasticache_cluster.existing_redis.cache_nodes[0 ].address
285286 REDIS_PORT = data.aws_elasticache_cluster.existing_redis.cache_nodes[0 ].port
You can’t perform that action at this time.
0 commit comments