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 87637f2 commit 5664ed3Copy full SHA for 5664ed3
cluster.tf
@@ -1058,7 +1058,7 @@ resource "google_container_node_pool" "windows_pools" {
1058
}
1059
1060
dynamic "confidential_nodes" {
1061
- for_each = lookup(each.value, "enable_confidential_nodes", null) != null ? [each.value.confidential_nodes] : []
+ for_each = lookup(each.value, "enable_confidential_nodes", null) != null ? [each.value.enable_confidential_nodes] : []
1062
content {
1063
enabled = confidential_nodes.value
1064
0 commit comments