From 4e034c9e6106a00221993533634fc930669da3e6 Mon Sep 17 00:00:00 2001 From: Bryce Eadie Date: Thu, 28 May 2026 16:52:59 -0700 Subject: [PATCH 1/2] [DOCS-11780] Add API and app key setup guidance to Terraform integration doc --- terraform/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/terraform/README.md b/terraform/README.md index fb5abfc506b3a..d36bc5be20dab 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -31,7 +31,9 @@ The Datadog Terraform provider is available through the [Terraform Registry][1]. } ``` - **Note**: If you are not using the Datadog US1 site, you must set the `api_url` [optional parameter][7] with your [Datadog site][6]. Ensure the documentation site selector on the right of the page is set to your correct Datadog site, then use the following URL as the value of the `api_url` parameter: + **Notes**: + - The `api_key` and `app_key` values are your Datadog API key and application key. See [API and application keys][8] to create these credentials. To avoid storing credentials in your configuration files, set them as Terraform environment variables (`TF_VAR_datadog_api_key` and `TF_VAR_datadog_app_key`) before running any Terraform commands. + - If you are not using the Datadog US1 site, you must set the `api_url` [optional parameter][7] with your [Datadog site][6]. Ensure the documentation site selector on the right of the page is set to your correct Datadog site, then use the following URL as the value of the `api_url` parameter: