aboutsummaryrefslogtreecommitdiff
path: root/content/blog/cloudflare/importing-terraform.md
diff options
context:
space:
mode:
authorJulien Dessaux2024-10-02 08:51:29 +0200
committerJulien Dessaux2024-10-02 08:51:29 +0200
commitd7e37eea52569ad0fbb422e640a3f71ccb2ac0e1 (patch)
treedf889cb0fb4a350a6f0ab33bd61f092f22674348 /content/blog/cloudflare/importing-terraform.md
parentadded forgotten backups section in last article (diff)
downloadwww-d7e37eea52569ad0fbb422e640a3f71ccb2ac0e1.tar.gz
www-d7e37eea52569ad0fbb422e640a3f71ccb2ac0e1.tar.bz2
www-d7e37eea52569ad0fbb422e640a3f71ccb2ac0e1.zip
capitalize OpenTofu
Diffstat (limited to '')
-rw-r--r--content/blog/cloudflare/importing-terraform.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/cloudflare/importing-terraform.md b/content/blog/cloudflare/importing-terraform.md
index 7fc5dfd..1ddb635 100644
--- a/content/blog/cloudflare/importing-terraform.md
+++ b/content/blog/cloudflare/importing-terraform.md
@@ -1,16 +1,16 @@
---
-title: Importing cloudflare DNS records in terraform/opentofu
+title: Importing cloudflare DNS records in terraform/OpenTofu
description: a way to get the records IDs
date: 2024-07-16
tags:
- cloudflare
-- opentofu
+- OpenTofu
- terraform
---
## Introduction
-Managing cloudflare DNS records using terraform/opentofu is easy enough, but importing existing records into your automation is not straightforward.
+Managing cloudflare DNS records using terraform/OpenTofu is easy enough, but importing existing records into your automation is not straightforward.
## The problem