mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 05:02:23 +03:00
@@ -1,3 +1,4 @@
|
||||
output "elb" {
|
||||
value = "${aws_elb.myapp-elb.dns_name}"
|
||||
value = aws_elb.myapp-elb.dns_name
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user