set email_type to MX
parent
dd2e9e1800
commit
fc63c2f1d2
|
@ -132,8 +132,9 @@ provider "namecheap" {
|
|||
}
|
||||
|
||||
resource "namecheap_domain_records" "monotremata-xyz" {
|
||||
domain = "monotremata.xyz"
|
||||
mode = "MERGE"
|
||||
domain = "monotremata.xyz"
|
||||
mode = "MERGE"
|
||||
email_type = "MX"
|
||||
|
||||
dynamic "record" {
|
||||
for_each = var.caladan-subdomains
|
||||
|
|
Loading…
Reference in New Issue