diff --git a/content/en/integrations/guide/aws-terraform-setup.md b/content/en/integrations/guide/aws-terraform-setup.md index 7aa0a771bc4fc..7ef3922d73e51 100644 --- a/content/en/integrations/guide/aws-terraform-setup.md +++ b/content/en/integrations/guide/aws-terraform-setup.md @@ -12,7 +12,7 @@ further_reading: Using [Terraform][1], you can create the Datadog IAM role, policy document, and the Datadog-AWS integration with a single `terraform apply` command. 1. Configure the [Datadog Terraform provider][2] to interact with the Datadog API through a Terraform configuration. - + * If you haven't already, configure `api_url` to your Datadog site's API URL. **Note**: The `datadog_integration_aws_account` resource replaced the `datadog_integration_aws` resource in version `3.50.0` of the Datadog Terraform provider. To upgrade from the `datadog_integration_aws` resource, see [Upgrading from datadog_integration_aws resources][3]. {{< site-region region="us,us3,us5,eu" >}}