ci/cd clone

This commit is contained in:
CC
2026-05-21 16:44:03 +01:00
parent edaff5a978
commit 317bf4be62
4 changed files with 267 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
output "vm_ipv4_address" {
value = proxmox_virtual_environment_vm.ubuntu_vm.ipv4_addresses[1][0]
}