setup dns for turifer.dev mail
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user