Skip to content

Commit

Permalink
feat: Adding network attribute to ILB "backend_service" to access mul…
Browse files Browse the repository at this point in the history
…tiNIC (#91)

* Adding network attribute to ILB "backend_service" to access multiNIC

* Adding network attribute to ILB "backend_service" to access multiNIC
  • Loading branch information
snehamuppala authored Apr 5, 2022
1 parent 4b5482b commit 9d648c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ resource "google_compute_region_backend_service" "default" {
}[var.health_check["type"]]
region = var.region
protocol = var.ip_protocol
network = data.google_compute_network.network.self_link
# Do not try to add timeout_sec, as it is has no impact. See https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/53#issuecomment-893427675
connection_draining_timeout_sec = var.connection_draining_timeout_sec
session_affinity = var.session_affinity
Expand Down

0 comments on commit 9d648c7

Please sign in to comment.