aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-fdio-csit-dash-env/output.tf
blob: 094c8f5422834a3b4b54fc2de050c88ac0f88bb1 (plain)
1
2
3
4
output "elastic_beanstalk_environment_hostname" {
  description = "DNS hostname"
  value       = module.elastic_beanstalk_environment.environment_cname
}