5 lines
96 B
Terraform
Raw Normal View History

output "ami" {
description = "The fetched AMI."
value = data.local_file.ami.content
}