Hey y'all. Just trying to import some route 53 rec...
# general
b
Hey y'all. Just trying to import some route 53 records and seem to be struggling as some records have underscores in their name which seems to cause the Pulumi parser to fail, for example: import: "Z04038S9IIMG2LG_k1._domainkey.domain.com_CNAME" The problem is "k1._domainkey" and as the import parser for routes seems to split on "_" it thinks this is the next part, but it isn't. Any ideas?