aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/1n_aws_t3/output.tf
blob: 58d66273809198ea6924aa8e672200741b82d8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
output "cname" {
  value = aws_elastic_beanstalk_environment.environment.cname
}

output "envName" {
  value = aws_elastic_beanstalk_environment.environment.name
}

output "asgName" {
  value = aws_elastic_beanstalk_environment.environment.autoscaling_groups[0]
}

output "lbarn" {
  value = aws_elastic_beanstalk_environment.environment.load_balancers[0]
}