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
Copy file name to clipboardexpand all lines: modules/node_groups/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ The role ARN specified in `var.default_iam_role_arn` will be used by default. In
23
23
| capacity\_type | Type of instance capacity to provision. Options are `ON_DEMAND` and `SPOT`| string | Provider default behavior |
24
24
| create_launch_template | Create and use a default launch template | bool |`false`|
25
25
| desired\_capacity | Desired number of workers | number |`var.workers_group_defaults[asg_desired_capacity]`|
26
+
| disk\_encrypted | Whether the root disk will be encrypyted. Requires `create_launch_template` to be `true` and `disk_kms_key_id` to be set | bool | false |
27
+
| disk\_kms\_key\_id | KMS Key used to encrypt the root disk. Requires both `create_launch_template` and `disk_encrypted` to be `true`| string | "" |
26
28
| disk\_size | Workers' disk size | number | Provider default behavior |
27
29
| disk\_type | Workers' disk type. Require `create_launch_template` to be `true`| number |`gp3`|
28
30
| enable_monitoring | Enables/disables detailed monitoring. Require `create_launch_template` to be `true`| bool |`true`|
0 commit comments