mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-01 01:55:49 -05:00
5 lines
96 B
HCL
5 lines
96 B
HCL
output "ami" {
|
|
description = "The fetched AMI."
|
|
value = data.local_file.ami.content
|
|
}
|