We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d75a63 commit c498437Copy full SHA for c498437
modules/workers/locals.tf
@@ -104,7 +104,7 @@ locals {
104
"${var.tag_namespace}.pool" = pool_name,
105
"${var.tag_namespace}.cluster_autoscaler" = pool.allow_autoscaler ? "allowed" : "disabled",
106
},
107
- pool.autoscale ? { "${var.tag_namespace}.oraclecloud.com/cluster_autoscaler" = "managed" } : {},
+ pool.autoscale ? { "${var.tag_namespace}/cluster_autoscaler" = "managed" } : {},
108
) : {},
109
var.defined_tags,
110
lookup(pool, "defined_tags", {})
0 commit comments