clan-infra/targets/admins/terraform.tf
Jörg Thalheim cbc7de9d07
All checks were successful
build / test (push) Successful in 13s
add new baremetal server
2023-07-18 16:21:31 +02:00

11 lines
207 B
HCL

terraform {
backend "local" {
}
}
# do we still need this module when leaving hcloud?
module "admin" {
source = "../../terraform/admins"
ssh_keys = jsondecode(file("${path.module}/users.json"))
}