Commit a43ed0b5 authored by Chris Merrett's avatar Chris Merrett

Try to avoid empty variables

parent 61582a85
Pipeline #5378 passed with stage
in 16 seconds
...@@ -37,7 +37,7 @@ resource "aws_autoscaling_group" "workers" { ...@@ -37,7 +37,7 @@ resource "aws_autoscaling_group" "workers" {
tag { tag {
key = "k8s.io/cluster-autoscaler/${var.cluster_name}" key = "k8s.io/cluster-autoscaler/${var.cluster_name}"
value = "" value = "owned"
propagate_at_launch = true propagate_at_launch = true
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment