mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-06 17:57:02 +00:00
4 lines
59 B
Terraform
4 lines
59 B
Terraform
|
|
output bitwarden_ip {
|
||
|
|
value = "${module.bitwarden.ip}"
|
||
|
|
}
|