PaloAltoNetworks / terraform-google-swfw-modules

Terraform Reusable Modules for Software Firewalls on GCP
https://registry.terraform.io/modules/PaloAltoNetworks/swfw-modules/google
MIT License
5 stars 8 forks source link

fix(module/lb_external): Setting balancing_mode = CONNECTION due to provider changes #37

Closed pavelrn closed 2 months ago

pavelrn commented 2 months ago

Description

Set google_compute_region_backend_service balancing_mode = "CONNECTION" explicitly due to the change in the terraform-provider-google version 6.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

lstadnik commented 2 months ago

It was addressed in PR #39