Fist attempt to factor microOS install
This commit is contained in:
12
modules/host/out.tf
Normal file
12
modules/host/out.tf
Normal 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
|
||||
}
|
Reference in New Issue
Block a user