Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf05787

Browse files
committedNov 20, 2020
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

Lines changed: 1 addition & 1 deletion
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 = "git@github.com:agendrix/terraform-aws-lambda.git//terraform?ref=v1.0.0"
13+
source = "git@github.com: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)
Please sign in to comment.