fix(etl): Typo"
[csit.git] / terraform-aws-fdio-csit-dash-env / output.tf
1 output "elastic_beanstalk_environment_hostname" {
2   description = "DNS hostname"
3   value       = module.elastic_beanstalk_environment.environment_cname
4 }