GoogleCloudPlatform / terraform-google-cloud-functions

Deploys Cloud Functions (Gen 2)
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-functions/google
Apache License 2.0
30 stars 25 forks source link

fix: iam roles for invoking http functions #90

Closed bruno561 closed 5 months ago

bruno561 commented 5 months ago

Use the correct function in Cloud Function. You can see a similar example in Google's own documentation example: https://cloud.google.com/functions/docs/tutorials/terraform

image

Issues: https://github.com/GoogleCloudPlatform/terraform-google-cloud-functions/issues/71 https://github.com/GoogleCloudPlatform/terraform-google-cloud-functions/issues/87