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