mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-31 18:36:13 -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
|
|
}
|