mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: add dns management
This commit is contained in:
parent
6ea9911f29
commit
d097de521b
4 changed files with 163 additions and 3 deletions
8
provider_hetznerdns.tf
Normal file
8
provider_hetznerdns.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Set the variable value in *.tfvars file
|
||||
# or using -var="hetzner_dns_token=..." CLI option
|
||||
variable "hetzner_dns_token" {}
|
||||
|
||||
# Configure the Hetzner DNS Provider
|
||||
provider "hetznerdns" {
|
||||
apitoken = var.hetzner_dns_token
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue