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

Commit bd29f06

Browse files
committed
Bump version to v5.0.0
Signed-off-by: Moritz Zimmer <[email protected]>
1 parent 3b90458 commit bd29f06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
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-4.6.0-blue.svg)](https://registry.terraform.io/modules/spring-media/lambda/aws/4.6.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.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)
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

@@ -38,7 +38,7 @@ provider "aws" {
3838
3939
module "lambda" {
4040
source = "spring-media/lambda/aws"
41-
version = "4.6.0"
41+
version = "5.0.0"
4242
filename = "my-package.zip"
4343
function_name = "my-function"
4444
handler = "my-handler"

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.6.0
1+
v5.0.0

0 commit comments

Comments
 (0)