Skip to content

Commit

Permalink
feat: enable eks addon configuration values
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurcancaykara committed May 23, 2024
1 parent ff884b2 commit e196bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/aws-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ resource "aws_eks_addon" "this" {
addon_version = lookup(each.value, "addon_version", null)
resolve_conflicts = lookup(each.value, "resolve_conflicts", null)
service_account_role_arn = lookup(each.value, "service_account_role_arn", null)
configuration_values = lookup(each.value, "configuration_values", null)

depends_on = [
module.fargate_profile,
Expand Down

0 comments on commit e196bca

Please sign in to comment.