mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
11 lines
255 B
HCL
Executable file
11 lines
255 B
HCL
Executable file
module bitwarden {
|
|
source = "services/bitwarden"
|
|
|
|
location = "${var.hcloud_location}"
|
|
ssh_key_id = "${hcloud_ssh_key.terraform.id}"
|
|
bitwarden_admin_email = "${var.admin_email}"
|
|
}
|
|
|
|
variable admin_email {
|
|
type = "string"
|
|
}
|