Add starter terraform for init
This commit is contained in:
5
variables.tf
Normal file
5
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