Skip to content

Commit 8c8d16e

Browse files
authored
feat: Vendor latest versions and set default version to v3.130.0 (#47)
1 parent f65849b commit 8c8d16e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.96.1
3+
rev: v1.96.2
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs

README.md

Lines changed: 3 additions & 3 deletions

modules/log_forwarder/README.md

Lines changed: 1 addition & 1 deletion

modules/log_forwarder/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ variable "s3_log_bucket_arns" {
194194
variable "forwarder_version" {
195195
description = "Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases"
196196
type = string
197-
default = "3.103.0"
197+
default = "3.130.0"
198198
}
199199

200200
variable "name" {

modules/rds_enhanced_monitoring_forwarder/README.md

Lines changed: 1 addition & 1 deletion

modules/rds_enhanced_monitoring_forwarder/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ variable "policy_path" {
112112
variable "forwarder_version" {
113113
description = "Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases"
114114
type = string
115-
default = "3.103.0"
115+
default = "3.130.0"
116116
}
117117

118118
variable "name" {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)