From 6f0d1e3a98b9606964acf5f8061297cf889b02b9 Mon Sep 17 00:00:00 2001 From: Moritz Zimmer Date: Fri, 17 Nov 2023 09:33:01 +0100 Subject: [PATCH] Bump version to v7.3.0 Signed-off-by: Moritz Zimmer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f4daf7..08f6db1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWS Lambda Terraform module -![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/static%20analysis/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-7.2.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/7.2.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) +![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/static%20analysis/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-7.3.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/7.3.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) Terraform module to create AWS [Lambda](https://www.terraform.io/docs/providers/aws/r/lambda_function.html) and accompanying resources for an efficient and secure development of Lambda functions like: