Skip to content

Commit 2c4db2c

Browse files
AntonPukonpalm
authored andcommitted
fix module version in readme code samples to the latest (#148)
1 parent ff6af24 commit 2c4db2c

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
@@ -100,7 +100,7 @@ First you need to download the lambda releases. The lambda code is available as
100100
```terraform
101101
module "lambdas" {
102102
source = "philips-labs/github-runner/aws//modules/download-lambda"
103-
version = "0.2.0"
103+
version = "0.4.0"
104104
105105
lambdas = [
106106
{
@@ -132,7 +132,7 @@ Next create a second terraform workspace and initiate the module, see the exampl
132132
```terraform
133133
module "github-runner" {
134134
source = "philips-labs/github-runner/aws"
135-
version = "0.2.0"
135+
version = "0.4.0"
136136
137137
aws_region = "eu-west-1"
138138
vpc_id = "vpc-123"

0 commit comments

Comments
 (0)