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

Commit 2576b4f

Browse files
committed
Bump version to v4.3.0
Signed-off-by: Moritz Zimmer <moritz.zmmr@gmail.com>
1 parent 15f87db commit 2576b4f

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.2.2-blue.svg)](https://registry.terraform.io/modules/spring-media/lambda/aws/4.2.2) ![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.3.0-blue.svg)](https://registry.terraform.io/modules/spring-media/lambda/aws/4.3.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 (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

@@ -36,7 +36,7 @@ provider "aws" {
3636
3737
module "lambda" {
3838
source = "spring-media/lambda/aws"
39-
version = "4.2.2"
39+
version = "4.3.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.2.2
1+
v4.3.0

0 commit comments

Comments
 (0)