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

Commit

Permalink
Bump version to v4.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Zimmer <[email protected]>
  • Loading branch information
moritzzimmer committed Oct 22, 2019
1 parent f87c1dd commit e20be39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Lambda Terraform module

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

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.

Expand Down Expand Up @@ -35,7 +35,7 @@ provider "aws" {
module "lambda" {
source = "spring-media/lambda/aws"
version = "4.1.2"
version = "4.1.3"
filename = "my-package.zip"
function_name = "my-function"
handler = "my-handler"
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.1.2
v4.1.3

0 comments on commit e20be39

Please sign in to comment.