feat: empty terraform state

This commit is contained in:
2025-12-30 11:35:44 -05:00
parent 1ef0bd58cf
commit 68ecdfa766
6 changed files with 70 additions and 5 deletions

4
terraform/variables.tf Normal file
View File

@@ -0,0 +1,4 @@
variable "hcloud_token" {
type = string
sensitive = true
}