diff --git a/src/content/docs/fundamentals/manage-domains/copy-settings.md b/src/content/docs/fundamentals/manage-domains/copy-settings.md new file mode 100644 index 000000000000000..bf482c97a4de012 --- /dev/null +++ b/src/content/docs/fundamentals/manage-domains/copy-settings.md @@ -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.