Add OpenTofu example (#2)

* Add readme

* Add OpenTofu example

---------

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2024-04-15 16:32:51 +03:00
committed by GitHub
parent d6e1b85518
commit 873478bdd3
8 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
output "ip_address_vm_01" {
description = "IP адрес vm-01"
value = proxmox_virtual_environment_vm.vm-01.ipv4_addresses[1]
}