Data Source: aws_elastic_beanstalk_application

Retrieve information about an Elastic Beanstalk Application.

Example Usage

data "aws_elastic_beanstalk_application" "example" {
  name = "example"
}

output "arn" {
  value = data.aws_elastic_beanstalk_application.example.arn
}

output "description" {
  value = data.aws_elastic_beanstalk_application.example.description
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

Application version lifecycle (appversion_lifecycle) supports the nested attribute containing.