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 38f640d commit 0009891Copy full SHA for 0009891
infrastructure/terraform/modules/backend-api/cloudwatch_event_rule_sftp_poll.tf
@@ -4,7 +4,7 @@ resource "aws_cloudwatch_event_rule" "sftp_poll" {
4
name = "${local.csi}-sftp-poll-${lower(each.key)}"
5
schedule_expression = "rate(1 hour)" # Runs at the top of every hour
6
7
- state = each.value.polling_enabled ? "ENABLED" : "DISABLED"
+ state = each.value.enable_polling ? "ENABLED" : "DISABLED"
8
}
9
10
resource "aws_cloudwatch_event_target" "sftp_poll" {
0 commit comments