58d66273809198ea6924aa8e672200741b82d8c2
[csit.git] / fdio.infra.terraform / 1n_aws_t3 / output.tf
1 output "cname" {
2   value = aws_elastic_beanstalk_environment.environment.cname
3 }
4
5 output "envName" {
6   value = aws_elastic_beanstalk_environment.environment.name
7 }
8
9 output "asgName" {
10   value = aws_elastic_beanstalk_environment.environment.autoscaling_groups[0]
11 }
12
13 output "lbarn" {
14   value = aws_elastic_beanstalk_environment.environment.load_balancers[0]
15 }