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 fa6bbf6 commit f19859bCopy full SHA for f19859b
google/_modules/gke/node_pool/main.tf
@@ -63,7 +63,7 @@ resource "google_container_node_pool" "current" {
63
for_each = var.ephemeral_storage_local_ssd_config == null ? [] : [1]
64
65
content {
66
- local_ssd_count = ephemeral_storage_local_ssd_config.value.local_ssd_count
+ local_ssd_count = var.ephemeral_storage_local_ssd_config.local_ssd_count
67
}
68
69
0 commit comments