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 6abc3c5 commit 536ba64Copy full SHA for 536ba64
terraform/account-wide-infrastructure/prod/cloudwatch.tf
@@ -1,5 +1,5 @@
1
module "lambda_errors_cloudwatch_metric_alarm_dev" {
2
- source = "./modules/lambda-errors-metric-alarm"
+ source = "../modules/lambda-errors-metric-alarm"
3
name_prefix = "nhsd-nrlf--prod"
4
5
comparison_operator = "GreaterThanOrEqualToThreshold"
terraform/account-wide-infrastructure/test/cloudwatch.tf
name_prefix = "nhsd-nrlf--test"
0 commit comments