We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d467cfc commit 9656d13Copy full SHA for 9656d13
aws/logs_monitoring/README.md
@@ -88,7 +88,8 @@ resource "aws_cloudformation_stack" "datadog_forwarder" {
88
name = "datadog-forwarder"
89
capabilities = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"]
90
parameters = {
91
- DdApiKeySecretArn = "REPLACE ME WITH THE SECRETS ARN"
+ DdApiKeySecretArn = "REPLACE ME WITH THE SECRETS ARN",
92
+ DdSite = "{{< region-param key="dd_site" code="true" >}}",
93
FunctionName = "datadog-forwarder"
94
}
95
template_url = "https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/latest.yaml"
0 commit comments