diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-02 16:05:38 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-02 16:05:38 +0100 |
commit | 93f98bb6051fa702458f6853873a4443a401ba87 (patch) | |
tree | 892714042cebda841112956d7373fcd0896dd890 /opentofu/outputs.tf | |
parent | ed15ef307a5977816328b516a15436050232d99a (diff) |
opentofu: definition of a docker ready machine
First iteration, will be optimized later
Diffstat (limited to 'opentofu/outputs.tf')
-rw-r--r-- | opentofu/outputs.tf | 4 |
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 +} |