Define all my DNS-records in the hetzner-cloud

This commit is contained in:
2025-01-11 01:05:57 +01:00
parent 266c422c28
commit 3a09b0f44e
11 changed files with 181 additions and 0 deletions

8
versions.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
hetznerdns = {
source = "timohirt/hetznerdns"
version = "2.2.0"
}
}
}