Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 1.8 KB

File metadata and controls

79 lines (56 loc) · 1.8 KB

Module - Download lambda artifacts

This module is optional and provides an option to download via Terraform the Lambda artifacts from GitHub.

Usages

module "lambdas" {
  source = "<source location>"
  lambdas = [
    {
      name = "webhook"
      tag  = "v0.11.0"
    },
    {
      name = "runners"
      tag  = "v0.11.0"
    },
    {
      name = "runner-binaries-syncer"
      tag  = "v0.11.0"
    }
  ]
}

Requirements

No requirements.

Providers

Name Version
null n/a

Modules

No Modules.

Resources

Name
null_resource

Inputs

Name Description Type Default Required
lambdas Name and tag for lambdas to download.
list(object({
name = string
tag = string
}))
n/a yes

Outputs

Name Description
files n/a

Philips Forest

This module is part of the Philips Forest.


                                                     ___                   _
                                                    / __\__  _ __ ___  ___| |_
                                                   / _\/ _ \| '__/ _ \/ __| __|
                                                  / / | (_) | | |  __/\__ \ |_
                                                  \/   \___/|_|  \___||___/\__|

                                                                 Infrastructure

Talk to the forestkeepers in the forest-channel on Slack.

Slack