@@ -19,7 +19,7 @@ exports[
1919 id : 'my-cluster' ,
2020 options : {
2121 nodes : 2 ,
22- location : 'us-central2-b ' ,
22+ location : 'us-central2-d ' ,
2323 } ,
2424 } ,
2525 output : {
@@ -30,7 +30,7 @@ exports[
3030 parent : 'projects/my-project/instances/my-instance' ,
3131 clusterId : 'my-cluster' ,
3232 cluster : {
33- location : 'projects/my-project/locations/us-central2-b ' ,
33+ location : 'projects/my-project/locations/us-central2-d ' ,
3434 serveNodes : 2 ,
3535 } ,
3636 } ,
@@ -46,7 +46,7 @@ exports[
4646 options : {
4747 nodes : 2 ,
4848 storage : 'ssd' ,
49- location : 'us-central2-b ' ,
49+ location : 'us-central2-d ' ,
5050 } ,
5151 } ,
5252 output : {
@@ -57,7 +57,7 @@ exports[
5757 parent : 'projects/my-project/instances/my-instance' ,
5858 clusterId : 'my-cluster' ,
5959 cluster : {
60- location : 'projects/my-project/locations/us-central2-b ' ,
60+ location : 'projects/my-project/locations/us-central2-d ' ,
6161 serveNodes : 2 ,
6262 defaultStorageType : 1 ,
6363 } ,
@@ -74,7 +74,7 @@ exports[
7474 options : {
7575 nodes : 2 ,
7676 key : 'kms-key-name' ,
77- location : 'us-central2-b ' ,
77+ location : 'us-central2-d ' ,
7878 } ,
7979 } ,
8080 output : {
@@ -85,7 +85,7 @@ exports[
8585 parent : 'projects/my-project/instances/my-instance' ,
8686 clusterId : 'my-cluster' ,
8787 cluster : {
88- location : 'projects/my-project/locations/us-central2-b ' ,
88+ location : 'projects/my-project/locations/us-central2-d ' ,
8989 serveNodes : 2 ,
9090 encryptionConfig : {
9191 kmsKeyName : 'kms-key-name' ,
@@ -106,7 +106,7 @@ exports[
106106 encryption : {
107107 kmsKeyName : 'kms-key-name' ,
108108 } ,
109- location : 'us-central2-b ' ,
109+ location : 'us-central2-d ' ,
110110 } ,
111111 } ,
112112 output : {
@@ -117,7 +117,7 @@ exports[
117117 parent : 'projects/my-project/instances/my-instance' ,
118118 clusterId : 'my-cluster' ,
119119 cluster : {
120- location : 'projects/my-project/locations/us-central2-b ' ,
120+ location : 'projects/my-project/locations/us-central2-d ' ,
121121 serveNodes : 2 ,
122122 encryptionConfig : {
123123 kmsKeyName : 'kms-key-name' ,
@@ -137,7 +137,7 @@ exports[
137137 minServeNodes : 2 ,
138138 maxServeNodes : 3 ,
139139 cpuUtilizationPercent : 50 ,
140- location : 'us-central2-b ' ,
140+ location : 'us-central2-d ' ,
141141 } ,
142142 } ,
143143 output : {
@@ -148,7 +148,7 @@ exports[
148148 parent : 'projects/my-project/instances/my-instance' ,
149149 clusterId : 'my-cluster' ,
150150 cluster : {
151- location : 'projects/my-project/locations/us-central2-b ' ,
151+ location : 'projects/my-project/locations/us-central2-d ' ,
152152 clusterConfig : {
153153 clusterAutoscalingConfig : {
154154 autoscalingTargets : {
0 commit comments