Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit a77e804

Browse files
committed
Bump version to v5.1.0
Signed-off-by: Moritz Zimmer <[email protected]>
1 parent 8e3d145 commit a77e804

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Terraform module
22

3-
![](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)
3+
![](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)
44

55
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.
66

@@ -40,7 +40,7 @@ provider "aws" {
4040
4141
module "lambda" {
4242
source = "spring-media/lambda/aws"
43-
version = "5.0.0"
43+
version = "5.1.0"
4444
filename = "my-package.zip"
4545
function_name = "my-function"
4646
handler = "my-handler"

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.0.0
1+
v5.1.0

0 commit comments

Comments
 (0)