initial commit

This commit is contained in:
2026-03-14 20:56:04 +01:00
commit 9b1aa393b3
38 changed files with 1517 additions and 0 deletions

11
ovh/scierie_org.tf Normal file
View File

@@ -0,0 +1,11 @@
resource "ovh_domain_zone" "scierie_org" {
ovh_subsidiary = null
}
resource "ovh_domain_zone_record" "website" {
fieldtype = "A"
subdomain = "@"
target = "82.66.151.23"
ttl = 300
zone = ovh_domain_zone.scierie_org.name
}