jenkins-x/terraform-aws-eks-jx

terraform should create the LoadBalancer

jstrachan opened this issue · 1 comments

right now the default nginx installation uses a Service of type LoadBalancer which then leads to an AWS load balancer instance being created that Terraform cannot destroy. This leaves a bunch of terraform resources around that have to be manually removed which is a PITA.

it would be awesome to adjust the terraform so that terraform creates the AWS LoadBalancer so that it can destroy all resources properly

/assign