From a77e80419240fd6acc15098d4702b58612fd39ef Mon Sep 17 00:00:00 2001 From: Moritz Zimmer Date: Fri, 6 Mar 2020 09:17:10 +0100 Subject: [PATCH] Bump version to v5.1.0 Signed-off-by: Moritz Zimmer --- README.md | 4 ++-- VERSION.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4050bb1..81389a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWS Lambda Terraform module -![](https://github.com/spring-media/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.0.0-blue.svg)](https://registry.terraform.io/modules/spring-media/lambda/aws/5.0.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +![](https://github.com/spring-media/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.1.0-blue.svg)](https://registry.terraform.io/modules/spring-media/lambda/aws/5.1.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Terraform module to create AWS [Lambda](https://www.terraform.io/docs/providers/aws/r/lambda_function.html) resources with configurable event sources, IAM configuration (following the [principal of least privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege)), VPC as well as SSM/KMS and log streaming support. @@ -40,7 +40,7 @@ provider "aws" { module "lambda" { source = "spring-media/lambda/aws" - version = "5.0.0" + version = "5.1.0" filename = "my-package.zip" function_name = "my-function" handler = "my-handler" diff --git a/VERSION.txt b/VERSION.txt index d3845ad..6b7ace3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v5.0.0 +v5.1.0