Skip to content

Commit c498437

Browse files
robo-capdevoncrouse
authored andcommitted
fix issues with the cluster_autoscaler defined_tags for worker nodes
1 parent 9d75a63 commit c498437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/workers/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ locals {
104104
"${var.tag_namespace}.pool" = pool_name,
105105
"${var.tag_namespace}.cluster_autoscaler" = pool.allow_autoscaler ? "allowed" : "disabled",
106106
},
107-
pool.autoscale ? { "${var.tag_namespace}.oraclecloud.com/cluster_autoscaler" = "managed" } : {},
107+
pool.autoscale ? { "${var.tag_namespace}/cluster_autoscaler" = "managed" } : {},
108108
) : {},
109109
var.defined_tags,
110110
lookup(pool, "defined_tags", {})

0 commit comments

Comments
 (0)