We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372b81d commit 2e07cc9Copy full SHA for 2e07cc9
infrastructure/terraform/modules/backend-api/pipes_pipe_routing_config_table_events.tf
@@ -5,7 +5,7 @@ resource "aws_pipes_pipe" "routing_config_table_events" {
5
role_arn = aws_iam_role.pipe_routing_config_table_events.arn
6
source = aws_dynamodb_table.routing_configuration.stream_arn
7
target = module.sqs_template_mgmt_events.sqs_queue_arn
8
- desired_state = var.enable_event_stream ? "RUNNING" : "STOPPED"
+ desired_state = var.enable_routing_config_event_stream ? "RUNNING" : "STOPPED"
9
kms_key_identifier = var.kms_key_arn
10
11
source_parameters {
0 commit comments