File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This Terraform module wraps the [aws_lambda_function](https://registry.terraform
16
16
```
17
17
module "lambda-datadog" {
18
18
source = "DataDog/lambda-datadog/aws"
19
- version = "1.0 .0"
19
+ version = "1.1 .0"
20
20
21
21
filename = "example.zip"
22
22
function_name = "example-function"
@@ -42,7 +42,7 @@ module "lambda-datadog" {
42
42
```
43
43
module "lambda-datadog" {
44
44
source = "DataDog/lambda-datadog/aws"
45
- version = "1.0 .0"
45
+ version = "1.1 .0"
46
46
47
47
filename = "example.zip"
48
48
function_name = "example-function"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ locals {
69
69
}
70
70
71
71
tags = {
72
- dd_sls_terraform_module = " 1.0 .0"
72
+ dd_sls_terraform_module = " 1.1 .0"
73
73
}
74
74
}
75
75
You can’t perform that action at this time.
0 commit comments