Testing Outputs
This commit is contained in:
parent
dfb31a3d74
commit
d1b4cfff48
@ -1,9 +1,9 @@
|
|||||||
# output "compute_ami" {
|
output "compute_ami" {
|
||||||
# description = "Prints the image AMI installed on our EC2s."
|
description = "Prints the image AMI installed on our EC2s."
|
||||||
# value = data.aws_ami.compute_ami
|
value = data.aws_ami.compute_ami
|
||||||
# }
|
}
|
||||||
|
|
||||||
output "public_ec2" {
|
output "public_ec2" {
|
||||||
description = "Prints the ARN for the publicly accessible EC2"
|
description = "Prints the ARN for the publicly accessible EC2"
|
||||||
value = module.standalone_ec2.arn
|
value = module.standalone_ec2.arn
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user