Add missing ID from ElasticBeanstalk docs (#14985)

This fixes the missing `id` attribute on the documentation.  The attribute exists if called via `"${aws_elastic_beanstalk_environment.myapp-environment.id}"`, but is just not documented.
This commit is contained in:
Graham Moore 2017-06-01 13:56:05 +01:00 committed by Tom Harvey
parent 85e2efaac0
commit 76297fc43d

View File

@ -108,6 +108,7 @@ resource "aws_elastic_beanstalk_environment" "tfenvtest" {
The following attributes are exported:
* `id` - ID of the Elastic Beanstalk Environment.
* `name` - Name of the Elastic Beanstalk Environment.
* `description` - Description of the Elastic Beanstalk Environment.
* `tier` - The environment tier specified.