Create new walker on Hetzner

This commit is contained in:
Jake Howard
2024-05-04 13:20:15 +01:00
parent ac36a6b323
commit 9fee5c01ef
8 changed files with 120 additions and 37 deletions

View File

@ -25,3 +25,7 @@ provider "b2" {
application_key = var.backblaze_application_key
application_key_id = var.backblaze_application_key_id
}
provider "hcloud" {
token = var.hetzner_token
}