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.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/d/elastic_beanstalk_hosted_zone.html