Skip to content

Commit 609f6a7

Browse files
bump module version to 1.1.0 (#8)
1 parent c43ba05 commit 609f6a7

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
@@ -16,7 +16,7 @@ This Terraform module wraps the [aws_lambda_function](https://registry.terraform
1616
```
1717
module "lambda-datadog" {
1818
source = "DataDog/lambda-datadog/aws"
19-
version = "1.0.0"
19+
version = "1.1.0"
2020
2121
filename = "example.zip"
2222
function_name = "example-function"
@@ -42,7 +42,7 @@ module "lambda-datadog" {
4242
```
4343
module "lambda-datadog" {
4444
source = "DataDog/lambda-datadog/aws"
45-
version = "1.0.0"
45+
version = "1.1.0"
4646
4747
filename = "example.zip"
4848
function_name = "example-function"

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ locals {
6969
}
7070

7171
tags = {
72-
dd_sls_terraform_module = "1.0.0"
72+
dd_sls_terraform_module = "1.1.0"
7373
}
7474
}
7575

0 commit comments

Comments
 (0)