[TERRAFORM] Terraform to TF subdirectory

This commit is contained in:
Kat Inskip 2023-04-30 10:15:06 -07:00
parent b22b7d785d
commit 73470b1f68
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
20 changed files with 3 additions and 84 deletions

7
tf/hcloud.tf Normal file
View file

@ -0,0 +1,7 @@
variable "hcloud_token" {
sensitive = true
}
provider "hcloud" {
token = var.hcloud_token
}