mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-19 07:53:46 +01:00
* feat: Add support for EKS hybrid nodes * feat: Add support for EKS Auto Mode * chore: Update test directory names * chore: Clean up examples and tests * fix: Clean up and last minute changes for GA * chore: Formatting * chore: Bump min required version for new features * fix: Corrects from test/validation on existing clusters * feat: Add policy for custom tags on EKS Auto Mode, validate examples * chore: Expand on `CAM` acronym * chore: Update README to match examples
9 lines
128 B
HCL
9 lines
128 B
HCL
packer {
|
|
required_plugins {
|
|
amazon = {
|
|
version = "~> 1.2"
|
|
source = "github.com/hashicorp/amazon"
|
|
}
|
|
}
|
|
}
|