Skip to content

Commit

Permalink
Changed addons to blueprint
Browse files Browse the repository at this point in the history
Changed addons to blueprint
  • Loading branch information
tiagoReichert authored Aug 7, 2023
1 parent a1de62c commit 2bef842
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/istio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ module "eks" {
cluster_version = "1.27"
cluster_endpoint_public_access = true

# EKS Addons
cluster_addons = {
coredns = {}
kube-proxy = {}
vpc-cni = {}
}

vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets

Expand Down Expand Up @@ -120,6 +113,13 @@ module "eks_blueprints_addons" {
enable_aws_load_balancer_controller = true

tags = local.tags

eks_addons = {
coredns = {}
vpc-cni = {}
kube-proxy = {}
}

}

################################################################################
Expand Down

0 comments on commit 2bef842

Please sign in to comment.