From 465b4dbfa24bba69e8cd529dc05a6ae7c123faa7 Mon Sep 17 00:00:00 2001 From: odilo <2466850+odilo@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:31:44 +0200 Subject: [PATCH] Fix type in README.md Signed-off-by: odilo <2466850+odilo@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32060aa..47c359a 100644 --- a/README.md +++ b/README.md @@ -144,14 +144,14 @@ resource "csd_zone_delegation" "shopverwaltung" { ```terraform resource "csd_record" "wishlist_idealo_de_cname" { name = "wishlist.idealo.de" - type = "cname" + rrtype = "cname" value = "wishlist.edgekey.net" ttl = 3600 } resource "csd_record" "_acme_challenge_wishlist_idealo_de_txt" { name = "_acme_challenge.wishlist.idealo.de" - type = "txt" + rrtype = "txt" value = "LeisahxaiQu8ayah2aiwe9Que5saiy4o" ttl = 60 }