Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for NLBs to AWS Ingress #228

Merged
merged 1 commit into from
Nov 6, 2021
Merged

Add support for NLBs to AWS Ingress #228

merged 1 commit into from
Nov 6, 2021

Conversation

markszabo
Copy link
Contributor

I'm running istio and changing the ingress from classic ELB to NLB. This breaks this module, as aws_elb_hosted_zone_id doesn't support NLB: hashicorp/terraform-provider-aws#7988

This PR implements the workaround described in the issue with an optional flag.

We could also just use the workaround for all cases, but it seems to me that aws_lb doesn't support classic ELBs: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb

aws/cluster/elb-dns/ingress.tf Show resolved Hide resolved
@markszabo markszabo requested a review from pst November 5, 2021 00:57
@pst
Copy link
Member

pst commented Nov 6, 2021

Thanks for the contribution @markszabo

@pst pst merged commit 2036a32 into kbst:master Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants