mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
Additional tag for autoscaling enabled (#454)
* Additional tag for autoscaling_enabled * Added changelog
This commit is contained in:
committed by
Max Williams
parent
6d0025ea03
commit
c5c3d385b7
@@ -77,6 +77,11 @@ resource "aws_autoscaling_group" "workers" {
|
||||
"value" = "owned"
|
||||
"propagate_at_launch" = true
|
||||
},
|
||||
{
|
||||
"key" = "k8s.io/cluster/${aws_eks_cluster.this.name}"
|
||||
"value" = "owned"
|
||||
"propagate_at_launch" = true
|
||||
},
|
||||
{
|
||||
"key" = "k8s.io/cluster-autoscaler/${lookup(
|
||||
var.worker_groups[count.index],
|
||||
|
||||
Reference in New Issue
Block a user