From 93f98bb6051fa702458f6853873a4443a401ba87 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 2 Feb 2025 16:05:38 +0100 Subject: opentofu: definition of a docker ready machine First iteration, will be optimized later --- opentofu/outputs.tf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 opentofu/outputs.tf (limited to 'opentofu/outputs.tf') 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 +} -- cgit v1.2.3