Skip to content

Commit

Permalink
Fix type in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: odilo <[email protected]>
  • Loading branch information
odilo authored Aug 22, 2023
1 parent 776cba8 commit 465b4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 465b4db

Please sign in to comment.