-
Notifications
You must be signed in to change notification settings - Fork 8
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
LB module not setting balancing mode correctly. #34
Labels
bug
Something isn't working
Comments
jollymahn
changed the title
LB module not setting balancing mod correctly.
LB module not setting balancing mode correctly.
Sep 6, 2024
Hi @jollymahn ! What is |
There was a change in the |
4 tasks
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
ERROR
problem occurs for both lb_internal and lb_external
PERMALINK
terraform-google-swfw-modules/modules/lb_internal/main.tf
Line 23 in bbd9e72
RESOLUTION
Module Version
2.0.6
Terraform version
1.6.0
Expected behavior
successful LB deployment.
Current behavior
can not deploy load balancer frontend because backend not in supported mode.
Anything else to add?
dynamic "backend" {
for_each = var.backends
content {
group = backend.value
failover = false
balancing_mode = "CONNECTION"
}
}
The text was updated successfully, but these errors were encountered: