Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ed8d699
[DBMON-6566] Add Set up Database Monitoring with Terraform page
sangeetashivaji May 1, 2026
20afeed
Wire up Postgres + EKS combo + extend hosting coverage
sangeetashivaji May 6, 2026
bdc807a
Use cloud-keyed paths (terraform/postgres/aws/...)
sangeetashivaji May 6, 2026
1c1946b
Match db_* variable rename + tighten Hosting note
sangeetashivaji May 6, 2026
cb456e7
Add EC2 (Postgres + AWS) combination to setup-agent-terraform page
sangeetashivaji May 6, 2026
c2abeb4
Drop unsupported filter options + remove Coming soon stub
sangeetashivaji May 6, 2026
27ed91c
Replace cdocs implementation with standard tabs
sangeetashivaji May 11, 2026
288c385
Restructure Terraform page into top-level section with per-DB sub-pages
sangeetashivaji May 11, 2026
68bfe02
Apply review feedback on postgres Terraform setup docs
sangeetashivaji May 14, 2026
d81cb29
Revert customization_config/en/traits/general.yaml to master
sangeetashivaji May 14, 2026
7903361
Revert customization_config/en/options/general.yaml to master
sangeetashivaji May 14, 2026
292eafd
Add tiles with logos to Terraform setup index page
sangeetashivaji May 14, 2026
d821991
Match Terraform tile card height to Postgres setup page tiles
sangeetashivaji May 14, 2026
b844316
Shorten page titles and add left-nav entry for Agent Terraform setup
sangeetashivaji May 14, 2026
5c974dc
Update content/en/database_monitoring/setup_agent_terraform/postgres.md
sangeetashivaji May 18, 2026
4f41438
Update content/en/database_monitoring/setup_agent_terraform/postgres.md
sangeetashivaji May 18, 2026
d56ddcd
Update content/en/database_monitoring/setup_agent_terraform/postgres.md
sangeetashivaji May 18, 2026
6b19d0c
Update content/en/database_monitoring/setup_agent_terraform/postgres.md
sangeetashivaji May 18, 2026
4e12335
Update content/en/database_monitoring/setup_agent_terraform/postgres.md
sangeetashivaji May 18, 2026
ae13641
Fix reference links inside tab shortcodes and update page title
sangeetashivaji May 18, 2026
1fa1142
Merge branch 'master' into sangeeta.shivajirao/dbm-agent-terraform-docs
sangeetashivaji May 18, 2026
a08ade2
Merge branch 'master' into sangeeta.shivajirao/dbm-agent-terraform-docs
jeff-morgan-dd May 18, 2026
b166456
Merge branch 'master' into sangeeta.shivajirao/dbm-agent-terraform-docs
sangeetashivaji May 18, 2026
19cc676
Merge branch 'master' into sangeeta.shivajirao/dbm-agent-terraform-docs
jeff-morgan-dd May 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4952,6 +4952,11 @@ menu:
parent: dbm_setup_clickhouse
identifier: dbm_setup_clickhouse_cloud
weight: 902
- name: Provision the Agent with Terraform
url: database_monitoring/setup_agent_terraform/
parent: dbm
identifier: dbm_setup_agent_terraform
weight: 10
- name: Setting Up Amazon DocumentDB
url: database_monitoring/setup_documentdb/
parent: dbm
Expand Down
19 changes: 19 additions & 0 deletions content/en/database_monitoring/setup_agent_terraform/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Provision the Datadog Agent with Terraform
description: Provision the Datadog Agent for Database Monitoring with Terraform across managed and self-hosted databases.
further_reading:
- link: "/database_monitoring/data_collected/"
tag: "Documentation"
text: "Database Monitoring data collected"
- link: "https://github.com/DataDog/dd-database-monitoring-example"
tag: "Source code"
text: "dd-database-monitoring-example on GitHub"
---

Use Terraform to provision the Datadog Agent for Database Monitoring (DBM) on AWS. The Terraform examples are available in [`DataDog/dd-database-monitoring-example`][1] and cover the Agent side of the setup — each example deploys the Agent and wires it to your database. They do not provision the database itself or configure database-side parameters.

Select your database to get started:

{{< partial name="dbm/dbm-setup-agent-terraform" >}}

[1]: https://github.com/DataDog/dd-database-monitoring-example
Loading
Loading