Skip to content

Commit 9a4a35f

Browse files
committed
attempt to fix test
Signed-off-by: drfaust92 <[email protected]>
1 parent 9039d8c commit 9a4a35f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/node_pool/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ module "gke" {
9595
},
9696
{
9797
name = "pool-05"
98+
disk_type = "pd-balanced"
9899
machine_type = "c3-standard-4"
99100
node_count = 1
100101
enable_nested_virtualization = true

test/integration/node_pool/testdata/TestNodePool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
"enableNestedVirtualization": true
702702
},
703703
"diskSizeGb": 100,
704-
"diskType": "pd-standard",
704+
"diskType": "pd-balanced",
705705
"effectiveCgroupMode": "EFFECTIVE_CGROUP_MODE_V1",
706706
"imageType": "COS_CONTAINERD",
707707
"labels": {

0 commit comments

Comments
 (0)