mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
85e2efaac0
commit
76297fc43d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user