Reduce number of terraform-file to the "normal" set of files and simplify dns-definition

This commit is contained in:
2025-03-08 20:36:22 +01:00
parent 4b7bb428a7
commit f37c92c439
4 changed files with 83 additions and 81 deletions

View File

@@ -6,3 +6,7 @@ terraform {
}
}
}
provider "hetznerdns" {
apitoken = var.hetzner_dns_apitoken
}