We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb69588 commit cf05787Copy full SHA for cf05787
README.md
@@ -10,7 +10,7 @@ Add the module to your [Terraform](https://www.terraform.io/) project:
10
11
```terraform
12
module "terraform_aws_lambda" {
13
- source = "git@github.com:agendrix/terraform-aws-lambda.git//terraform?ref=v1.0.0"
+ source = "git@github.com:agendrix/terraform-aws-lambda.git//terraform?ref=v0.1.0"
14
lambda_name = "my-typescript-lambda"
15
role_arn = aws_iam_role.iam_for_lambda.role_arn
16
}
0 commit comments