We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b82152 commit 035ef65Copy full SHA for 035ef65
1 file changed
infrastructure/terraform/components/api/cloudwatch_metric_alarm_apim_auth_cert_expirty.tf
@@ -6,7 +6,7 @@ resource "aws_cloudwatch_metric_alarm" "alm-apim-client-certificate-near-expiry"
6
namespace = "comms-apim-authorizer"
7
8
dimensions = {
9
- Environment = local.parameter_bundle.environment
+ Environment = var.environment
10
}
11
12
period = 60 * 60 * 4 //4 hours
0 commit comments