Skip to content

Commit 0d7f68b

Browse files
gisripaArchiFleKs
authored andcommitted
docs: Fix cluster autoscaler tags in IRSA example (terraform-aws-modules#1204)
1 parent 6191c2f commit 0d7f68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/irsa/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module "eks" {
5858
{
5959
"key" = "k8s.io/cluster-autoscaler/${local.cluster_name}"
6060
"propagate_at_launch" = "false"
61-
"value" = "true"
61+
"value" = "owned"
6262
}
6363
]
6464
}

0 commit comments

Comments
 (0)