diff --git a/terraform/outputs.tf b/terraform/outputs.tf index fde326b..da5ffa8 100644 --- a/terraform/outputs.tf +++ b/terraform/outputs.tf @@ -1,9 +1,9 @@ -# output "compute_ami" { -# description = "Prints the image AMI installed on our EC2s." -# value = data.aws_ami.compute_ami -# } +output "compute_ami" { + description = "Prints the image AMI installed on our EC2s." + value = data.aws_ami.compute_ami +} output "public_ec2" { description = "Prints the ARN for the publicly accessible EC2" value = module.standalone_ec2.arn -} \ No newline at end of file +}