Skip to content

Commit

Permalink
Fixing terraform_fmt on examples/istio/main.tf to pass CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Aug 9, 2023
1 parent 898039d commit 5321a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/istio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module "eks_blueprints_addons" {
tags = local.tags

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

0 comments on commit 5321a5a

Please sign in to comment.