feat: enable IRSA by default (#1849)

This commit is contained in:
Bryant Biggs
2022-02-06 14:36:34 -05:00
committed by GitHub
parent 2a47dfec16
commit 21c3802dea
7 changed files with 2 additions and 12 deletions

View File

@@ -35,8 +35,6 @@ module "eks" {
vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
enable_irsa = true
# Self Managed Node Group(s)
self_managed_node_groups = {
refresh = {