setup dns for turifer.dev mail

This commit is contained in:
2025-07-17 23:52:12 +02:00
parent 1493d2ec0b
commit ee84c83582
6 changed files with 67 additions and 0 deletions

View File

@@ -5,3 +5,9 @@ provider "gandi" {
provider "hcloud" {
token = var.hcloud_token
}
provider "ovh" {
endpoint = "ovh-eu"
client_id = var.ovh_client_id
client_secret = var.ovh_client_secret
}