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
1616```
1717module "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```
4343module "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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments