Skip to content

Commit 6e4df0c

Browse files
authored
fix: Minor README fix/update (#43)
1 parent e23447a commit 6e4df0c

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
@@ -128,7 +128,7 @@ Next create a second terraform workspace and initiate the module, see the exampl
128128
```terraform
129129
module "github-runner" {
130130
source = "philips-labs/github-runner/aws"
131-
version = "0.1.0"
131+
version = "0.2.0"
132132
133133
aws_region = "eu-west-1"
134134
vpc_id = "vpc-123"
@@ -145,7 +145,7 @@ module "github-runner" {
145145
}
146146
147147
webhook_lambda_zip = "lambdas-download/webhook.zip"
148-
runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip.zip"
148+
runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
149149
runners_lambda_zip = "lambdas-download/runners.zip"
150150
enable_organization_runners = true
151151
}

0 commit comments

Comments
 (0)