» Data Source: aws_elastic_beanstalk_hosted_zone

Use this data source to get the ID of an elastic beanstalk hosted zone.

» Example Usage

data "aws_elastic_beanstalk_hosted_zone" "current" {}

» Argument Reference

  • region - (Optional) The region you'd like the zone for. By default, fetches the current region.

» Attributes Reference

  • id - The ID of the hosted zone.

  • region - The region of the hosted zone.