Automating Cloud Functions Deployment

The background you might want to skip reading I did not go with the usual path of deploying cloud functions using terraform by zipping source code, uploading code to google cloud storage and then creating/deploying cloud functions. Not to forget the service accounts and permissions that have to be set. Why? Here are my reasons: Terraform still does not provide an inbuilt feature to check if there is a change in codebase....

June 26, 2022