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 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