Skip to content

Commit 22a8d52

Browse files
committed
Merge branch 'CHI-3534-test_lambda' into CHI-3534-set_up_jm_stg_integration_test
2 parents bea16f0 + 0c2f0cd commit 22a8d52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

twilio-iac/terraform-modules/aws/default/integration-test-scheduler.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818

1919
resource "aws_cloudwatch_event_rule" "integration_test_event_rule" {
2020
count = var.enable_integration_tests ? 1 : 0
21-
name = "${local.integration_test_lambda_name}-event-rule"
21+
name = "${local.integration_test_lambda_name}-event-rule-${lower(var.short_helpline)}"
2222
schedule_expression = var.integration_test_lambda_schedule
2323
}
2424

twilio-iac/terraform-modules/stages/provision/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ variable "ui_editable" {
116116

117117
variable "enable_integration_tests" {
118118
description = "Enables integration tests to run on a schedule for this helpline"
119-
type = bool
119+
type = bool
120+
default = false
120121
}

0 commit comments

Comments
 (0)