2023-11-08 19:10:01 +01:00

5 lines
96 B
HCL

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