infrastructure/pve01.wheatley.in/k8s-wheatley/modules/talos-image/outputs.tf

5 lines
136 B
Terraform
Raw Normal View History

2025-11-15 18:47:20 +01:00
output "talos_image_id" {
description = "The ID of the Talos image"
value = proxmox_virtual_environment_file.talos-image.id
}