wipy
This commit is contained in:
parent
49fe16ebb8
commit
f93b508fd9
1 changed files with 8 additions and 0 deletions
|
|
@ -69,3 +69,11 @@ resource "dnsimple_zone_record" "mcintire_cname_protonmail3_domainkey" {
|
|||
type = "CNAME"
|
||||
ttl = 259200
|
||||
}
|
||||
|
||||
resource "dnsimple_zone_record" "mcintire_cname_test" {
|
||||
zone_name = "mcintire.me"
|
||||
name = "*.test"
|
||||
value = "cname.bookappt.link."
|
||||
type = "CNAME"
|
||||
ttl = 14400
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue