File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ resource "google_container_node_pool" "pools" {
115
115
disk_size_gb = " ${ lookup (var. node_pools [count . index ], " disk_size_gb" , 100 )} "
116
116
disk_type = " ${ lookup (var. node_pools [count . index ], " disk_type" , " pd-standard" )} "
117
117
service_account = " ${ lookup (var. node_pools [count . index ], " service_account" , " " )} "
118
+ preemptible = " ${ lookup (var. node_pools [count . index ], " preemptible" , false )} "
118
119
119
120
oauth_scopes = [
120
121
" https://www.googleapis.com/auth/cloud-platform" ,
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ resource "google_container_node_pool" "zonal_pools" {
115
115
disk_size_gb = " ${ lookup (var. node_pools [count . index ], " disk_size_gb" , 100 )} "
116
116
disk_type = " ${ lookup (var. node_pools [count . index ], " disk_type" , " pd-standard" )} "
117
117
service_account = " ${ lookup (var. node_pools [count . index ], " service_account" , " " )} "
118
+ preemptible = " ${ lookup (var. node_pools [count . index ], " preemptible" , false )} "
118
119
119
120
oauth_scopes = [
120
121
" https://www.googleapis.com/auth/cloud-platform" ,
You can’t perform that action at this time.
0 commit comments