Skip to content

Commit

Permalink
fix: documentation for downloading lambdas (#78)
Browse files Browse the repository at this point in the history
* correct module name to match outputs

* use latest version of module
  • Loading branch information
bendavies committed Jul 20, 2020
1 parent e8007e9 commit 11037bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Go to GitHub and create a new app. Beware you can create apps your organization
First you need to download the lambda releases. The lambda code is available as a GitHub release asset. Downloading can be done with the provided terraform module for example. Note that this requires `curl` to be installed on your machine. Create an empty workspace with the following terraform code:

```terraform
module "github-runner_download-lambda" {
module "lambdas" {
source = "philips-labs/github-runner/aws//modules/download-lambda"
version = "0.1.0"
version = "0.2.0"
lambdas = [
{
Expand Down

0 comments on commit 11037bb

Please sign in to comment.