mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 16:39:29 -05:00
5 lines
117 B
HCL
5 lines
117 B
HCL
output "image" {
|
|
description = "The resolved image ID of the CSP."
|
|
value = data.local_file.image.content
|
|
}
|