Skip to content

Commit 11037bb

Browse files
authored
fix: documentation for downloading lambdas (#78)
* correct module name to match outputs * use latest version of module
1 parent e8007e9 commit 11037bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ Go to GitHub and create a new app. Beware you can create apps your organization
9494
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:
9595

9696
```terraform
97-
module "github-runner_download-lambda" {
97+
module "lambdas" {
9898
source = "philips-labs/github-runner/aws//modules/download-lambda"
99-
version = "0.1.0"
99+
version = "0.2.0"
100100
101101
lambdas = [
102102
{

0 commit comments

Comments
 (0)