adcfc4b12e0862381e01800c3ef05e87d3855000
[csit.git] / fdio.infra.terraform / 1n_aws_t3 / fdio-csit-dash-env / output.tf
1 output "elastic_beanstalk_environment_hostname" {
2   description = "DNS hostname"
3   value       = module.elastic_beanstalk_environment.cname
4 }
5
6 output "elastic_beanstalk_environment_name" {
7   description = "Name of the Elastic Beanstalk environment"
8   value       = module.elastic_beanstalk_environment.envName
9 }