Skip to content

Commit 66aa927

Browse files
committed
Adding the change in unit test
1 parent c35fa82 commit 66aa927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spectrocloud/resource_cluster_aws_flatten_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func TestFlattenMachinePoolConfigsAws(t *testing.T) {
5858
"max": 5,
5959
"instance_type": "t2.micro",
6060
"disk_size_gb": 8,
61+
"skip_k8s_upgrade": "disabled",
6162
"az_subnets": map[string]string{"us-west-2d": "subnet-87654321"},
6263
"update_strategy": "RollingUpdateScaleOut",
6364
"additional_security_groups": []string{"sg-1234567890"},

0 commit comments

Comments
 (0)