feat(terraform): expose local files directory
Expose the concept of a "local files" directory to terraform configurations. Configurations can load this via a variable named "local_files_dir".
Such a directory will be copied from plan jobs to apply jobs and is useful in, for example, the case of Cloud Functions where a source bundle is generated as part of a plan job.
Closes #72 (closed)