# AWS EKS Blueprints Data Add-ons This test blueprint serves to validate all the add-ons for each EKS Cluster version. ## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | | [aws](#requirement\_aws) | >= 4.47 | | [helm](#requirement\_helm) | >= 2.8 | | [kubernetes](#requirement\_kubernetes) | >= 2.20 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.47 | ## Modules | Name | Source | Version | |------|--------|---------| | [doeks\_data\_addons](#module\_doeks\_data\_addons) | ../ | n/a | | [eks](#module\_eks) | terraform-aws-modules/eks/aws | ~> 19.13 | | [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 5.0 | ## Resources | Name | Type | |------|------| | [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source | | [aws_ecr_authorization_token.token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_authorization_token) | data source | ## Inputs No inputs. ## Outputs | Name | Description | |------|-------------| | [configure\_kubectl](#output\_configure\_kubectl) | Configure kubectl: make sure you're logged in with the correct AWS profile and run the following command to update your kubeconfig |