bitwarden deployment

This commit is contained in:
Julian Tölle 2019-01-30 19:49:47 +01:00
commit 42ec743a00
24 changed files with 498 additions and 0 deletions

3
modules/floating_ip/outputs.tf Executable file
View file

@ -0,0 +1,3 @@
output ip {
value = "${hcloud_floating_ip.main.ip_address}"
}