Skip to content

Commit 03223c1

Browse files
readme to match
1 parent 0ec5df4 commit 03223c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
9999
| cluster_version | Kubernetes version to use for the cluster. | string | `1.10` | no |
100100
| config_output_path | Determines where config files are placed if using configure_kubectl_session and you want config files to land outside the current working directory. | string | `./` | no |
101101
| configure_kubectl_session | Configure the current session's kubectl to use the instantiated cluster. | string | `false` | no |
102+
| ebs_optimized_workers | If left at default of true, will use ebs optimization if available on the given instance type. | string | `true` | no |
102103
| subnets | A list of subnets to associate with the cluster's underlying instances. | list | - | yes |
103104
| tags | A map of tags to add to all resources. | string | `<map>` | no |
104105
| vpc_id | VPC id where the cluster and other resources will be deployed. | string | - | yes |

0 commit comments

Comments
 (0)