feat(ovh): add vault and plesna
This commit is contained in:
@@ -237,3 +237,35 @@ resource "ovh_domain_zone_record" "livekit_aaaa" {
|
||||
ttl = 3600
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "vault_a" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "vault"
|
||||
fieldtype = "A"
|
||||
ttl = 3600
|
||||
target = "188.165.240.182"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "vault_aaaa" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "vault"
|
||||
fieldtype = "AAAA"
|
||||
ttl = 3600
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "plesna_a" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "plesna"
|
||||
fieldtype = "A"
|
||||
ttl = 3600
|
||||
target = "188.165.240.182"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "plesna_aaaa" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "plesna"
|
||||
fieldtype = "AAAA"
|
||||
ttl = 3600
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user