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
aws_lb_target_group
rke2-aws-tf/modules/nlb/main.tf
Line 58 in 1fe22df
This is problematic.
According to line 3 (
Line 3 in 1fe22df
controlplane_name
If we combine this with the -6443 that's stuck on the end, that's 36 characters.
-6443
target groups can only have up to 32 characters. This breaks if given a long name. Please handle this scenario.
The text was updated successfully, but these errors were encountered:
Fixed by #91
Sorry, something went wrong.
No branches or pull requests
rke2-aws-tf/modules/nlb/main.tf
Line 58 in 1fe22df
This is problematic.
According to line 3 (
rke2-aws-tf/modules/nlb/main.tf
Line 3 in 1fe22df
controlplane_name
is 31 characters.If we combine this with the
-6443
that's stuck on the end, that's 36 characters.target groups can only have up to 32 characters. This breaks if given a long name. Please handle this scenario.
The text was updated successfully, but these errors were encountered: