5 lines
136 B
Terraform
5 lines
136 B
Terraform
|
|
output "talos_image_id" {
|
||
|
|
description = "The ID of the Talos image"
|
||
|
|
value = proxmox_virtual_environment_file.talos-image.id
|
||
|
|
}
|