setup dns for turifer.dev mail
This commit is contained in:
parent
1493d2ec0b
commit
ee84c83582
6 changed files with 67 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue