Skip to content

Commit ab0bdcd

Browse files
authored
[DOCS-6793] Remove region param from Forwarder doc (#713)
* remove region param * add clarification
1 parent 17d2bf6 commit ab0bdcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/logs_monitoring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ resource "aws_cloudformation_stack" "datadog_forwarder" {
9393
capabilities = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"]
9494
parameters = {
9595
DdApiKeySecretArn = "REPLACE ME WITH THE SECRETS ARN",
96-
DdSite = "{{< region-param key="dd_site" code="true" >}}",
96+
DdSite = "<SITE>",
9797
FunctionName = "datadog-forwarder"
9898
}
9999
template_url = "https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/latest.yaml"
100100
}
101101
```
102102

103-
**Note**: Ensure that the `DdSite` parameter matches your [Datadog site][104]. Your Datadog site is {{< region-param key="dd_site" code="true" >}}.
103+
**Note**: Ensure that the `DdSite` parameter matches your [Datadog site][104]. Select your site on the right side of this page. Replace `<SITE>` in the above sample configuration with {{< region-param key="dd_site" code="true" >}}.
104104

105105
[101]: https://www.terraform.io/docs/providers/aws/r/cloudformation_stack
106106
[102]: https://app.datadoghq.com/organization-settings/api-keys

0 commit comments

Comments
 (0)