[OPB-xxx] adding terraform config

This commit is contained in:
Sheldan
2022-07-14 01:59:45 +02:00
parent 0879c7cc93
commit 653246f3ee
6 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
output "instance_ipv4" {
description = "IPv4 address of the instance"
value = module.hetzner.instance_ipv4
}