Initial provisioning set up

This commit is contained in:
2024-09-11 22:07:35 +02:00
parent eb1eac00c5
commit c853cf8946
7 changed files with 281 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
variable "hcloud_token" {
description = "Hetzner Cloud API Token"
type = string
sensitive = true
}