Fist attempt to factor microOS install

This commit is contained in:
Marco Nenciarini
2022-02-19 13:38:24 +01:00
parent 2a47ad6b89
commit 0090c1a6f1
13 changed files with 315 additions and 182 deletions

12
modules/host/out.tf Normal file
View File

@@ -0,0 +1,12 @@
output "ipv4_address" {
value = hcloud_server.server.ipv4_address
}
output "name" {
value = hcloud_server.server.name
}
output "id" {
value = hcloud_server.server.id
}