feat: Add support for allowed_instance_types on self-managed nodegroup ASG (#2757)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Jérémie Charest
2023-10-06 09:20:13 -04:00
committed by GitHub
parent 5368a2bbd1
commit feee18dd42
24 changed files with 88 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.47"
version = ">= 4.57"
}
kubernetes = {
source = "hashicorp/kubernetes"