From bef0db5c8b26ad5530bb93e4ae3452ef9fb328fd Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 24 Oct 2025 12:25:21 -0500 Subject: [PATCH] Revise DNS record management process (#34755) --- handbook/engineering/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/handbook/engineering/README.md b/handbook/engineering/README.md index 95d9f68c53..9a9ed1fef5 100644 --- a/handbook/engineering/README.md +++ b/handbook/engineering/README.md @@ -426,13 +426,7 @@ At the end of each week, the Engineering KPIs are recorded by the engineering ou ### Edit a DNS record -We use Cloudflare to manage the DNS records of fleetdm.com and our other domains. To make DNS changes in Cloudflare: - -1. Log into your Cloudflare account and select the "Fleet" account. -2. Select the domain you want to change and go to the DNS panel on that domain's dashboard. -3. To add a record, click the "Add record" button, select the record's type, fill in the required values, and click "Save". If you're making changes to an existing record, you only need to click on the record, update the record's values, and save your changes. - -> If you need access to Fleet's Cloudflare account, please ask the [DRI](https://fleetdm.com/handbook/company/why-this-way#why-direct-responsibility) [Luke Heath](https://fleetdm.com/handbook/engineering#team) in Slack for an invitation. +All Fleet DNS records are managed via Terraform. Submit a PR to the appropriate Terraform file in the [Cloudflare infrastructure directory](https://github.com/fleetdm/confidential/tree/main/infrastructure/cloudflare). ### Accept new Apple developer account terms