gke-hub.tf update local to use cluster.fleet_config.configmanagement_template instead of the highest level block (#3297)

This commit is contained in:
Kósa Márkó
2025-09-03 13:29:27 +02:00
committed by GitHub
parent b20d62815a
commit 7b8ad07b29

View File

@@ -18,7 +18,7 @@
locals {
fleet_clusters = var.fleet_config == null ? {} : {
for k, v in var.clusters : k => v.configmanagement_template
for k, v in var.clusters : k => v.fleet_config.configmanagement_template
if v.fleet_config.register == true
}
fleet_mcs_enabled = (