mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
bitwarden deployment
This commit is contained in:
commit
42ec743a00
24 changed files with 498 additions and 0 deletions
22
modules/docker_node/vars.tf
Executable file
22
modules/docker_node/vars.tf
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
variable name {
|
||||
type = "string"
|
||||
}
|
||||
|
||||
variable image {
|
||||
type = "string"
|
||||
default = "ubuntu-18.04"
|
||||
}
|
||||
|
||||
variable server_type {
|
||||
type = "string"
|
||||
default = "cx11"
|
||||
}
|
||||
|
||||
variable location {
|
||||
type = "string"
|
||||
default = "nbg1"
|
||||
}
|
||||
|
||||
variable ssh_key_id {
|
||||
type = "string"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue