mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-16 03:14:28 -05:00
5 lines
117 B
Terraform
5 lines
117 B
Terraform
|
output "image" {
|
||
|
description = "The resolved image ID of the CSP."
|
||
|
value = data.local_file.image.content
|
||
|
}
|