From ab0bdcde580ed4ec1bda496d67cb65cb1a202371 Mon Sep 17 00:00:00 2001 From: May Lee Date: Tue, 5 Dec 2023 11:02:13 -0500 Subject: [PATCH] [DOCS-6793] Remove region param from Forwarder doc (#713) * remove region param * add clarification --- aws/logs_monitoring/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/logs_monitoring/README.md b/aws/logs_monitoring/README.md index 6cf4a64a5..cd9165976 100644 --- a/aws/logs_monitoring/README.md +++ b/aws/logs_monitoring/README.md @@ -93,14 +93,14 @@ resource "aws_cloudformation_stack" "datadog_forwarder" { capabilities = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"] parameters = { DdApiKeySecretArn = "REPLACE ME WITH THE SECRETS ARN", - DdSite = "{{< region-param key="dd_site" code="true" >}}", + DdSite = "", FunctionName = "datadog-forwarder" } template_url = "https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/latest.yaml" } ``` -**Note**: Ensure that the `DdSite` parameter matches your [Datadog site][104]. Your Datadog site is {{< region-param key="dd_site" code="true" >}}. +**Note**: Ensure that the `DdSite` parameter matches your [Datadog site][104]. Select your site on the right side of this page. Replace `` in the above sample configuration with {{< region-param key="dd_site" code="true" >}}. [101]: https://www.terraform.io/docs/providers/aws/r/cloudformation_stack [102]: https://app.datadoghq.com/organization-settings/api-keys