Install hetzner provider

This commit is contained in:
Jake Howard
2024-04-27 16:54:32 +01:00
parent 6c8cab3ce7
commit e2a94b6302
3 changed files with 30 additions and 0 deletions

View File

@ -25,3 +25,7 @@ variable "backblaze_application_key" {
variable "backblaze_application_key_id" {
sensitive = true
}
variable "hetzner_token" {
sensitive = true
}