Skip to content

Commit

Permalink
chore: fix forwarder version at 3.6.0
Browse files Browse the repository at this point in the history
COREINF-1665
  • Loading branch information
jim80net authored and Qingping Hou committed Apr 14, 2020
1 parent cf37525 commit fa93d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs_monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resource "aws_cloudformation_stack" "datadog-forwarder" {
ExcludeAtMatch = var.log_exclude_at_match
FunctionName = "datadog-forwarder"
}
template_url = "https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/latest.yaml"
template_url = "https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/3.6.0.yaml"
}

0 comments on commit fa93d8b

Please sign in to comment.