forseti-security / terraform-google-forseti

A Terraform module for installing Forseti on GCP
Apache License 2.0
132 stars 127 forks source link

Private cloudsql with existing private ip range #648

Closed rm-paoloventriglia closed 1 year ago

rm-paoloventriglia commented 2 years ago

There should be an option to use an exisiting private IP range for servicenetworking.

At the moment if you choose private it creates a new private IP range whether servicenetworking is being enabled or not. If you choose not to enable servicenetworking (because you already have it configured with peering and exisiting private IP range) it will create a new IP range and not use it.

rm-paoloventriglia commented 2 years ago

Sorry I should reword that. The module does use an existing private IP range, but also creates a new IP range that is entirely useless.

rm-paoloventriglia commented 2 years ago

https://github.com/forseti-security/terraform-google-forseti/pull/650

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.