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

View File

@@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.13.1"
required_providers {
aws = ">= 3.40.0"
aws = ">= 3.43.0"
}
}