mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-19 16:21:09 +01:00
feat: Add support for enabling addons before data plane compute is created (#2478)
This commit is contained in:
@@ -63,6 +63,7 @@ module "eks" {
|
||||
}
|
||||
vpc-cni = {
|
||||
most_recent = true
|
||||
before_compute = true
|
||||
service_account_role_arn = module.vpc_cni_irsa.iam_role_arn
|
||||
configuration_values = jsonencode({
|
||||
env = {
|
||||
|
||||
Reference in New Issue
Block a user