Skip to content

Commit 5ca7d1a

Browse files
committed
put test bucket in the right tf file
1 parent 3460e03 commit 5ca7d1a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

infrastructure/instance/ecs_batch_processor_config.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

infrastructure/instance/file_name_processor.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)