Skip to content

Commit fa93d8b

Browse files
jim80netQingping Hou
authored andcommitted
chore: fix forwarder version at 3.6.0
COREINF-1665
1 parent cf37525 commit fa93d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logs_monitoring.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ resource "aws_cloudformation_stack" "datadog-forwarder" {
77
ExcludeAtMatch = var.log_exclude_at_match
88
FunctionName = "datadog-forwarder"
99
}
10-
template_url = "https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/latest.yaml"
10+
template_url = "https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/3.6.0.yaml"
1111
}

0 commit comments

Comments
 (0)