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