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 9039d8c commit 9a4a35fCopy full SHA for 9a4a35f
examples/node_pool/main.tf
@@ -95,6 +95,7 @@ module "gke" {
95
},
96
{
97
name = "pool-05"
98
+ disk_type = "pd-balanced"
99
machine_type = "c3-standard-4"
100
node_count = 1
101
enable_nested_virtualization = true
test/integration/node_pool/testdata/TestNodePool.json
@@ -701,7 +701,7 @@
701
"enableNestedVirtualization": true
702
703
"diskSizeGb": 100,
704
- "diskType": "pd-standard",
+ "diskType": "pd-balanced",
705
"effectiveCgroupMode": "EFFECTIVE_CGROUP_MODE_V1",
706
"imageType": "COS_CONTAINERD",
707
"labels": {
0 commit comments