Skip to content

Commit 6abc3c5

Browse files
committed
NRL-693 fix source for module
1 parent e23bf06 commit 6abc3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/account-wide-infrastructure/dev/cloudwatch.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "lambda_errors_cloudwatch_metric_alarm_dev" {
2-
source = "./modules/lambda-errors-metric-alarm"
2+
source = "../modules/lambda-errors-metric-alarm"
33
name_prefix = "nhsd-nrlf--dev"
44

55
comparison_operator = "GreaterThanOrEqualToThreshold"

0 commit comments

Comments
 (0)