Skip to content

Commit

Permalink
Merge pull request #2464 from cisagov/AL-fix-infra
Browse files Browse the repository at this point in the history
Add namespace to aws_cloudwatch_metric_alarm
  • Loading branch information
aloftus23 authored Jan 12, 2024
2 parents 62d6736 + 74e5e4a commit f8823b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/api_gateway_alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resource "aws_cloudwatch_metric_alarm" "api_error_rate" {
statistic = "Average"
unit = "Count"
treat_missing_data = "notBreaching"
namespace = var.log_metric_namespace

tags = {
Project = var.project
Expand Down

0 comments on commit f8823b9

Please sign in to comment.