Add starter terraform for init

This commit is contained in:
2022-05-08 14:55:59 +02:00
commit 2d86502991
4 changed files with 208 additions and 0 deletions

5
variables.tf Normal file
View File

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