FAQ | This is a LIVE service | Changelog

Skip to content
  • Dr Rich Wareham's avatar
    feat(terraform): expose local files directory · 462c4164
    Dr Rich Wareham authored
    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
    462c4164
Loading