feat: Add nitro enclave support for EKS (#1185)

This commit is contained in:
Sean P. Kane
2021-01-28 14:45:41 -08:00
committed by GitHub
parent 6c08a92463
commit 4fc609bd22
4 changed files with 12 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.12.9, != 0.13.0"
required_providers {
aws = ">= 3.21.0"
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
template = ">= 2.1"