constellation/terraform/legacy-module/common/fetch-image/output.tf

5 lines
117 B
Terraform
Raw Normal View History

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