Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rzk committed Jan 24, 2024
1 parent fa6bbf6 commit f19859b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/_modules/gke/node_pool/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource "google_container_node_pool" "current" {
for_each = var.ephemeral_storage_local_ssd_config == null ? [] : [1]

content {
local_ssd_count = ephemeral_storage_local_ssd_config.value.local_ssd_count
local_ssd_count = var.ephemeral_storage_local_ssd_config.local_ssd_count
}
}
}
Expand Down

0 comments on commit f19859b

Please sign in to comment.