We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
what's the purpose of this ingress rule?
ingress { from_port = 0 to_port = 65535 protocol = "UDP" self = true }
The text was updated successfully, but these errors were encountered:
Can't remember exactly but basically, it enables UDP traffic inside the security group. self = true is important, it tells Terraform to use the security group as the source (https://www.terraform.io/docs/providers/aws/r/security_group.html#self).
self = true
Please note, that the project is a bit outdated, it's still using an ancient 1.1x version of Kubernetes.
Sorry, something went wrong.
No branches or pull requests
Hey,
what's the purpose of this ingress rule?
ingress { from_port = 0 to_port = 65535 protocol = "UDP" self = true }
The text was updated successfully, but these errors were encountered: