feat: add servers module
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1fffa79b9d
commit
b9f3259f6a
7 changed files with 151 additions and 0 deletions
7
modules/server/outputs.tf
Normal file
7
modules/server/outputs.tf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
output "ipv4_address" {
|
||||
value = hcloud_server.server.ipv4_address
|
||||
}
|
||||
|
||||
output "ipv6_address" {
|
||||
value = hcloud_server.server.ipv6_address
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue