Hello there. I am new to pulumi but loving it so f...
# google-cloud
p
Hello there. I am new to pulumi but loving it so far. I have a bunch of functions deployed in gcp and I want to create an API Gateway ( in GCP) and use the functions as x-google-backend. The functions have not been created by pulumi so I thought I could use the gcp.cloudfunctionsv2.getFunction to import them using their name. anyone familiar with
Copy code
gcp.cloudfunctionsv2.getFunctionOutput
I can't find examples or make it work. any help is appreciated.