constellation/terraform/fetch-image/output.tf
2023-11-10 13:32:18 +01:00

5 lines
117 B
HCL

output "image" {
description = "The resolved image ID of the CSP."
value = data.local_file.image.content
}