From 7b8a41ea4add380b9e789cd7855c6a21f704ad0a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 12 Aug 2026 14:46:57 +0200 Subject: [PATCH] feat(dns): add maintenant.opytex.org --- dns/ovh_opytex_records.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dns/ovh_opytex_records.tf b/dns/ovh_opytex_records.tf index 8816a79..68a8f00 100644 --- a/dns/ovh_opytex_records.tf +++ b/dns/ovh_opytex_records.tf @@ -270,17 +270,17 @@ resource "ovh_domain_zone_record" "plesna_aaaa" { target = "2001:41d0:2:bbb6:0:0:0:1" } -resource "ovh_domain_zone_record" "maitenant_a" { +resource "ovh_domain_zone_record" "maintenant_a" { zone = "opytex.org" - subdomain = "maitenant" + subdomain = "maintenant" fieldtype = "A" ttl = 3600 target = "188.165.240.182" } -resource "ovh_domain_zone_record" "maitenant_aaaa" { +resource "ovh_domain_zone_record" "maintenant_aaaa" { zone = "opytex.org" - subdomain = "maitenant" + subdomain = "maintenant" fieldtype = "AAAA" ttl = 3600 target = "2001:41d0:2:bbb6:0:0:0:1"