You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: