mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 23:02:12 +03:00
+2
-1
@@ -1,3 +1,4 @@
|
||||
output "eb" {
|
||||
value = "${aws_elastic_beanstalk_environment.app-prod.cname}"
|
||||
value = aws_elastic_beanstalk_environment.app-prod.cname
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user