feat: initial import of RailianceHosts starter
This commit is contained in:
commit
9860735f82
20 changed files with 355 additions and 0 deletions
5
terraform/hetzner/variables.tf
Normal file
5
terraform/hetzner/variables.tf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
variable "hcloud_token" {
|
||||
description = "Hetzner Cloud API token"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue