feat: Add support for ML capacity block reservations with EKS managed node group(s) (#3091)

This commit is contained in:
Bryant Biggs
2024-07-05 11:42:31 -04:00
committed by GitHub
parent c52bbb32a4
commit ae3379e924
24 changed files with 42 additions and 40 deletions

View File

@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.40"
version = ">= 5.57"
}
}
}