skip to Main Content

Amazon web services – Terraform Error: creating CloudWatch Alarm ValidationError – Invalid metrics list status code 400

I'm attempting to create a CloudWatch anomaly detector alarm for my Kinesis data stream using Terraform. I made the following setup based on the official Terraform xx_anomaly_detection example in their documentation: resource "aws_cloudwatch_metric_alarm" "my_anomaly_detector" { alarm_name = "LowIncomingRecordsAnomaly" comparison_operator =…

VIEW QUESTION
Back To Top
Search