Skip to content

Commit cf05787

Browse files
committed
Update module version
1 parent cb69588 commit cf05787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the module to your [Terraform](https://www.terraform.io/) project:
1010

1111
```terraform
1212
module "terraform_aws_lambda" {
13-
source = "[email protected]:agendrix/terraform-aws-lambda.git//terraform?ref=v1.0.0"
13+
source = "[email protected]:agendrix/terraform-aws-lambda.git//terraform?ref=v0.1.0"
1414
lambda_name = "my-typescript-lambda"
1515
role_arn = aws_iam_role.iam_for_lambda.role_arn
1616
}

0 commit comments

Comments
 (0)