Skip to content

Commit f19859b

Browse files
committed
test
1 parent fa6bbf6 commit f19859b

File tree

1 file changed

+1
-1
lines changed
  • google/_modules/gke/node_pool

1 file changed

+1
-1
lines changed

google/_modules/gke/node_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource "google_container_node_pool" "current" {
6363
for_each = var.ephemeral_storage_local_ssd_config == null ? [] : [1]
6464

6565
content {
66-
local_ssd_count = ephemeral_storage_local_ssd_config.value.local_ssd_count
66+
local_ssd_count = var.ephemeral_storage_local_ssd_config.local_ssd_count
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)