capitalize OpenTofu

This commit is contained in:
Julien Dessaux 2024-10-02 08:51:29 +02:00
parent 27e8b4499c
commit d7e37eea52
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 26 additions and 26 deletions

View file

@ -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