feat(ovh): add maintenant.opytex.org
This commit is contained in:
@@ -269,3 +269,19 @@ resource "ovh_domain_zone_record" "plesna_aaaa" {
|
||||
ttl = 3600
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "maitenant_a" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "maitenant"
|
||||
fieldtype = "A"
|
||||
ttl = 3600
|
||||
target = "188.165.240.182"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "maitenant_aaaa" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "maitenant"
|
||||
fieldtype = "AAAA"
|
||||
ttl = 3600
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user