From 1213f799fb43adc609fb70d97518b2796a3e60bb Mon Sep 17 00:00:00 2001 From: NancyZ278 Date: Wed, 2 Sep 2026 14:16:39 -0400 Subject: [PATCH 1/3] Add Terraform management for Status Pages Added section on managing Status Pages with Terraform. --- hugo/content/en/incident_response/status_pages/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo/content/en/incident_response/status_pages/_index.md b/hugo/content/en/incident_response/status_pages/_index.md index 350bffdda4f..aab18717950 100644 --- a/hugo/content/en/incident_response/status_pages/_index.md +++ b/hugo/content/en/incident_response/status_pages/_index.md @@ -353,6 +353,10 @@ To match your branding, you have the option to map your status page URL to a cus - You can revert to the default Datadog domain at any time. - DNS changes must be made by someone with access to your domain registrar. +## Manage Status Page with Terraform +You can use Terraform to create or manage your Status Pages. For details on the resources available, visit our [Terraform registry][4]. + + ## Further reading {{< partial name="whats-next/whats-next.html" >}} @@ -360,3 +364,4 @@ To match your branding, you have the option to map your status page URL to a cus [1]: /account_management/rbac/ [2]: https://app.datadoghq.com/status-pages [3]: /account_management/org_settings/smtp_configuration +[4]: https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/status_page From 14a44cbe7a38640c40cbb14da4f257b287112ab8 Mon Sep 17 00:00:00 2001 From: NancyZ278 Date: Thu, 3 Sep 2026 11:08:03 -0400 Subject: [PATCH 2/3] Update hugo/content/en/incident_response/status_pages/_index.md Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> --- hugo/content/en/incident_response/status_pages/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/en/incident_response/status_pages/_index.md b/hugo/content/en/incident_response/status_pages/_index.md index aab18717950..885f9841a8b 100644 --- a/hugo/content/en/incident_response/status_pages/_index.md +++ b/hugo/content/en/incident_response/status_pages/_index.md @@ -354,7 +354,7 @@ To match your branding, you have the option to map your status page URL to a cus - DNS changes must be made by someone with access to your domain registrar. ## Manage Status Page with Terraform -You can use Terraform to create or manage your Status Pages. For details on the resources available, visit our [Terraform registry][4]. +You can use Terraform to create or manage your Status Pages. For details on the resources available, see Datadog's [Terraform registry][4]. ## Further reading From a2731734512826c967c0ddd23745932b130ab05b Mon Sep 17 00:00:00 2001 From: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> Date: Thu, 3 Sep 2026 08:24:01 -0700 Subject: [PATCH 3/3] Apply batched suggestions from code review Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> --- hugo/content/en/incident_response/status_pages/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo/content/en/incident_response/status_pages/_index.md b/hugo/content/en/incident_response/status_pages/_index.md index 885f9841a8b..f176bf47900 100644 --- a/hugo/content/en/incident_response/status_pages/_index.md +++ b/hugo/content/en/incident_response/status_pages/_index.md @@ -353,8 +353,8 @@ To match your branding, you have the option to map your status page URL to a cus - You can revert to the default Datadog domain at any time. - DNS changes must be made by someone with access to your domain registrar. -## Manage Status Page with Terraform -You can use Terraform to create or manage your Status Pages. For details on the resources available, see Datadog's [Terraform registry][4]. +## Manage status pages with Terraform +You can use Terraform to create or manage your status pages. For details on the resources available, see Datadog's [Terraform registry][4]. ## Further reading