Skip to content

Commit 2e07cc9

Browse files
committed
fix flag
1 parent 372b81d commit 2e07cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/modules/backend-api/pipes_pipe_routing_config_table_events.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "aws_pipes_pipe" "routing_config_table_events" {
55
role_arn = aws_iam_role.pipe_routing_config_table_events.arn
66
source = aws_dynamodb_table.routing_configuration.stream_arn
77
target = module.sqs_template_mgmt_events.sqs_queue_arn
8-
desired_state = var.enable_event_stream ? "RUNNING" : "STOPPED"
8+
desired_state = var.enable_routing_config_event_stream ? "RUNNING" : "STOPPED"
99
kms_key_identifier = var.kms_key_arn
1010

1111
source_parameters {

0 commit comments

Comments
 (0)