diff --git a/examples/irsa/main.tf b/examples/irsa/main.tf index 820eff0c01f..e6c9fa40188 100644 --- a/examples/irsa/main.tf +++ b/examples/irsa/main.tf @@ -58,7 +58,7 @@ module "eks" { { "key" = "k8s.io/cluster-autoscaler/${local.cluster_name}" "propagate_at_launch" = "false" - "value" = "true" + "value" = "owned" } ] }