diff --git a/outputs.tf b/outputs.tf new file mode 100644 index 0000000..1a39a0e --- /dev/null +++ b/outputs.tf @@ -0,0 +1,4 @@ +output "proxmox" { + description="I am doing my Best" + value = basic.id +} \ No newline at end of file