Skip to content
Closed
Changes from all commits
Commits
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
15 changes: 15 additions & 0 deletions src/content/docs/fundamentals/manage-domains/copy-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
pcx_content_type: reference
title: Copy settings from one zone to another
description: Learn how to leverage Terraform to copy settings from one zone to another.

---

If you manage several zones in your account, or over different accounts, you may want to use the same settings across.

There is currently no out-of-the-box solution to copy settings accross different zones.

But you can leverae [Terraform](/terraform/) to manage your settings.

The [cf-terraforming](https://github.com/cloudflare/cf-terraforming) has been specially created to retrieve all Cloudflare settings from a zone.
You can then edit the settings as you see fit, and use them to manage another zone with Terraform.
Loading