You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2022. It is now read-only.
TDLR: when provisioning the resource for the cloud function, we need to define the source code to use. We use a bucket holding an archive with the source files. At the moment, each new terraform apply would zip and deploy a new version of the source code if there is any changes inside the source directory, we may when to provide an opt-in/opt-out option to skip source files changes.