From 07841806a49dcae5a8a340aa4133e17d3534058f Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Tue, 8 Feb 2022 14:17:25 -0500 Subject: [PATCH] chore: remove incorrect resource ARNs for cloudwatch event rule (#1854) --- examples/irsa_autoscale_refresh/charts.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/irsa_autoscale_refresh/charts.tf b/examples/irsa_autoscale_refresh/charts.tf index 1ef1195b9e..9d3c1d3d89 100644 --- a/examples/irsa_autoscale_refresh/charts.tf +++ b/examples/irsa_autoscale_refresh/charts.tf @@ -270,7 +270,6 @@ resource "aws_cloudwatch_event_rule" "aws_node_termination_handler_spot" { event_pattern = jsonencode({ "source" : ["aws.ec2"], "detail-type" : ["EC2 Spot Instance Interruption Warning"] - "resources" : [for group in module.eks.self_managed_node_groups : group.autoscaling_group_arn] }) }