From 797869d0d67bd1aeb206c13e168546008ca5d077 Mon Sep 17 00:00:00 2001 From: Bryce Eadie Date: Wed, 2 Oct 2024 16:02:01 -0700 Subject: [PATCH] (DOCS-9122) Add partial (#18745) --- terraform/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terraform/README.md b/terraform/README.md index 4e1c3057a3e24..fb5abfc506b3a 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -33,9 +33,12 @@ 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: + + 4. Run `terraform init`. This initializes the directory for use with Terraform and pulls the Datadog provider. 5. Create any `.tf` file in the `terraform_config/` directory and start creating Datadog resources.