chore: Update documentation related to default EKS node group settings and v18.x security group changes (#1760)

This commit is contained in:
Bryant Biggs
2022-01-10 11:57:23 -05:00
committed by GitHub
parent a1d28a721a
commit 7babe87775
5 changed files with 50 additions and 9 deletions

View File

@@ -10,5 +10,9 @@ terraform {
source = "hashicorp/null"
version = ">= 3.0"
}
tls = {
source = "hashicorp/tls"
version = ">= 2.2"
}
}
}