Relative Content

Tag Archive for google-cloud-platformterraformgoogle-cloud-functionsterraform-provider-gcp

How to invoke a Google Cloud Function using Terraform

I am deploying a Google cloud function(written in Python) 2nd gen using Terraform.
I want to automatically invoke/run this cloud function once immediately after deployment, but couldn’t find any way to do it.
So is there a way to invoke the deployed cloud function using Terraform script? Thanks.