Deploy a list of eks addons to an eks cluster
| Name |
Version |
| aws |
>= 4.67.0, < 5.0.0 |
| time |
~> 0.9.1 |
No modules.
| Name |
Description |
Type |
Default |
Required |
| addons |
List of addons to enable and version to use |
list(map(string)) |
[ { "name": "vpc-cni", "version": "v1.10.1-eksbuild.1" }, { "name": "coredns", "version": "v1.8.4-eksbuild.1" }, { "name": "kube-proxy", "version": "v1.21.2-eksbuild.2" }, { "name": "ebs-csi-driver", "version": "v1.11.2-eksbuild.1" } ] |
no |
| cluster_name |
The name of the cluster |
string |
n/a |
yes |
| customer |
Customer for the current addons set |
string |
"" |
no |
| name |
The name of the current addons set |
string |
"eks-addons" |
no |
| tags |
Default tags to add to resources |
map(any) |
{} |
no |
| Name |
Description |
| addon_arns |
The ARNs of the EKS addons |