How do you create CAA records? #1009
Replies: 3 comments
-
After hours on the wrong track, but of course only minutes after posting this, I've found the origin of the problem: me :) Everything was correct, but I must have accidentally removed the A-record I was trying to point to. Since I could have sworn that I added it (which I did) and didn't remove it (which was wrong), I never even thought about looking for the A-record, until it dawned on me. So, no bug there at all, just a confused user. Sorry for the fuss. |
Beta Was this translation helpful? Give feedback.
-
Oh. Nope. It didn't work. It seems I'll have to create an issue after all. |
Beta Was this translation helpful? Give feedback.
-
Adding this here for the next person on their quest. Originally posted by @andrewsomething in #1010 (comment)
|
Beta Was this translation helpful? Give feedback.
-
G'day, everybody!
I'd like to know whether I've stumpled upon a bug or whether I'm simply doing something wrong (that's why I didn't create an issue right away).
I'm trying to create CAA records in order to get SLL-Zertificates from Let's Encrypt for a domain I've already set up on my DO-account. This works, when I do it manually, but it doesn't, when I'm using DigitalOcean Terraform Provider (v. 2.28.1).
The CAA
iodef
record gets planned, applied and destroyed correctly:issue
andissuewild
, however, get planned, as if nothing was wrong, but they don't work:Terraform and the DO-API give me these errors instead:
It seems
data
is a property used in the DO-API, but it does not exist in the Provider properties. I've tried other values, applying the value with escaped extra-quotes and even superfluously setting the tag and flags in the value again, but nothing seems to stick.Am I missing something or have I stumbled upon a bug?
Beta Was this translation helpful? Give feedback.
All reactions