4 lines
99 B
HCL
4 lines
99 B
HCL
output "instanceID" {
|
|
description = "ID of ec2 instance"
|
|
value = aws_instance.vm-web.id
|
|
} |