mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Initial provisioning set up
This commit is contained in:
5
infrastructure/variables.tf
Normal file
5
infrastructure/variables.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
variable "hcloud_token" {
|
||||
description = "Hetzner Cloud API Token"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user