GoogleCloudPlatform / terraform-google-cloud-run

Deploys apps to Cloud Run, along with option to map custom domain
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-run/google
Apache License 2.0
137 stars 89 forks source link

feat!: changes net module to be serverless generic #112

Closed amandakarina closed 1 year ago

amandakarina commented 1 year ago

Hey folks,

This PR renames the secure-cloud-run-net module to secure-cloud-serverless-net. It also removes the Service Identity retrieve from net module and receives as a variable.

This will allow this module to be re-used by secure-cloud-function.

Could you, please, take a look on it?

Thanks!