You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Required. The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.",
Description: "Optional. Template for the root volume provisioned for node pool nodes. Volumes will be provisioned in the availability zone assigned to the node pool subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.",
Description: "Optional. The IDs of additional security groups to add to nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster.",
Description: "Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.",
289
279
},
290
280
291
281
"kms_key_arn": {
292
282
Type: schema.TypeString,
293
283
Optional: true,
294
-
ForceNew: true,
295
284
Description: "Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.",
296
285
},
297
286
298
287
"size_gib": {
299
288
Type: schema.TypeInt,
300
289
Computed: true,
301
290
Optional: true,
302
-
ForceNew: true,
303
291
Description: "Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.",
304
292
},
305
293
306
294
"volume_type": {
307
295
Type: schema.TypeString,
308
296
Computed: true,
309
297
Optional: true,
310
-
ForceNew: true,
311
298
Description: "Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3",
0 commit comments