aboutsummaryrefslogtreecommitdiff
path: root/opentofu/outputs.tf
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/outputs.tf')
-rw-r--r--opentofu/outputs.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/opentofu/outputs.tf b/opentofu/outputs.tf
new file mode 100644
index 0000000..49e86c5
--- /dev/null
+++ b/opentofu/outputs.tf
@@ -0,0 +1,4 @@
+output "vm_ip" {
+ description = "IP address of the provisioned VM"
+ value = proxmox_vm_qemu.docker_server.default_ipv4_address
+}