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

Commit 8eb91c0

Browse files
committed
Bump version to v4.2.0
Signed-off-by: Moritz Zimmer <[email protected]>
1 parent 2c1ed28 commit 8eb91c0

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-
[![Build Status](https://travis-ci.com/spring-media/terraform-aws-lambda.svg?branch=master)](https://travis-ci.com/spring-media/terraform-aws-lambda) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-4.1.3-blue.svg)](https://registry.terraform.io/modules/spring-media/lambda/aws/4.1.3) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12.11-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3+
[![Build Status](https://travis-ci.com/spring-media/terraform-aws-lambda.svg?branch=master)](https://travis-ci.com/spring-media/terraform-aws-lambda) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-4.2.0-blue.svg)](https://registry.terraform.io/modules/spring-media/lambda/aws/4.2.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12.11-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, VPC as well as SSM/KMS and log streaming support.
66

@@ -36,7 +36,7 @@ provider "aws" {
3636
3737
module "lambda" {
3838
source = "spring-media/lambda/aws"
39-
version = "4.1.3"
39+
version = "4.2.0"
4040
filename = "my-package.zip"
4141
function_name = "my-function"
4242
handler = "my-handler"

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.1.3
1+
v4.2.0

0 commit comments

Comments
 (0)