1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

feat: Add support for Managed Node Groups (node_groups) taints (#1424)

This commit is contained in:
Xiangxuan Liu
2021-06-04 06:11:15 +08:00
committed by GitHub
parent 4c1f272e29
commit e6d76d0a06
5 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.13.1"
required_providers {
aws = ">= 3.40.0"
aws = ">= 3.43.0"
}
}