Minor fixes

- DNS implementation
- Fixed missing mount in encrypted volumes
- Improved chronograph.sh
This commit is contained in:
2024-10-05 18:11:41 +02:00
parent 0fc8047831
commit f8ddb332e8
10 changed files with 193 additions and 13 deletions
+8
View File
@@ -30,9 +30,17 @@ terraform {
source = "contabo/contabo"
version = "~>0.1"
}
cloudns = {
source = "ClouDNS/cloudns"
version = "~1.0"
}
}
}
provider "cloudns" {
auth_id = var.cloudns_auth_id
password = var.cloudns_password
}
provider "scaleway" {
zone = "fr-par-2"