Contains examples on how to create and deploy remote functions with Terraform.
| Folder Name | File Name | Description |
|---|---|---|
| application/cloud_function/bq_base64_decrypt | main.py | Python code for cloud function deployment |
| application/cloud_function/bq_remote_add | main.py | Python code for cloud function deployment |
| root | decryption.tf | Terraform file to create required resources for decryption cloud function |
| root | provider.tf | Setup a terraform provider. Google provider in this example |
| root | variables.tf | Variables used for resource creation |
| root | variables.tfvars | Variable declaration. Not published on this page. Read Terraform docks here |
For detailed explanation visit my blog