mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[TERRAFORM] Terraform to TF subdirectory
This commit is contained in:
parent
b22b7d785d
commit
73470b1f68
20 changed files with 3 additions and 84 deletions
7
tf/hcloud.tf
Normal file
7
tf/hcloud.tf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
variable "hcloud_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
provider "hcloud" {
|
||||
token = var.hcloud_token
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue