clan-infra/terraform/web01/providers.tf
Jörg Thalheim 9204ad948d
All checks were successful
build / test (push) Successful in 7s
switch from netlify to hetznerdns
2023-07-13 18:38:20 +02:00

14 lines
337 B
HCL

terraform {
required_providers {
netlify = { source = "AegirHealth/netlify" }
hcloud = { source = "hetznercloud/hcloud" }
local = { source = "hashicorp/local" }
hetznerdns = { source = "timohirt/hetznerdns" }
}
}
variable "hetznerdns_token" {}
provider "hetznerdns" {
apitoken = var.hetznerdns_token
}