Closed pavelrn closed 2 months ago
Set google_compute_region_backend_service balancing_mode = "CONNECTION" explicitly due to the change in the terraform-provider-google version 6.0+
google_compute_region_backend_service
balancing_mode = "CONNECTION"
terraform-provider-google
6.0+
Resolves #34
Create a load balancer as part of Common architecture.
n/a
It was addressed in PR #39
Description
Set
google_compute_region_backend_service
balancing_mode = "CONNECTION"
explicitly due to the change in theterraform-provider-google
version6.0+
Motivation and Context
Resolves #34
How Has This Been Tested?
Create a load balancer as part of Common architecture.
Screenshots (if appropriate)
n/a
Types of changes
Checklist