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
7
modules/docker_node/outputs.tf
Executable file
7
modules/docker_node/outputs.tf
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
output ip {
|
||||
value = "${hcloud_server.node.ipv4_address}"
|
||||
}
|
||||
|
||||
output id {
|
||||
value = "${hcloud_server.node.id}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue