Skip to content

Commit 035ef65

Browse files
committed
CCM-11600: correct env ref
1 parent 4b82152 commit 035ef65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/cloudwatch_metric_alarm_apim_auth_cert_expirty.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "aws_cloudwatch_metric_alarm" "alm-apim-client-certificate-near-expiry"
66
namespace = "comms-apim-authorizer"
77

88
dimensions = {
9-
Environment = local.parameter_bundle.environment
9+
Environment = var.environment
1010
}
1111

1212
period = 60 * 60 * 4 //4 hours

0 commit comments

Comments
 (0)