| <a name="input_eks_default_cluster_addons"></a> [eks\_default\_cluster\_addons](#input\_eks\_default\_cluster\_addons) | Map of default cluster addon configurations to enable for the cluster. | `any` | <pre>{<br/> "coredns": {<br/> "most_recent": true,<br/> "preserve": true,<br/> "resolve_conflicts": "OVERWRITE"<br/> },<br/> "kube-proxy": {<br/> "most_recent": true,<br/> "preserve": true,<br/> "resolve_conflicts": "OVERWRITE"<br/> },<br/> "vpc-cni": {<br/> "most_recent": true,<br/> "preserve": true,<br/> "resolve_conflicts": "OVERWRITE"<br/> }<br/>}</pre> | no |
0 commit comments