Improve documentation of IDs in attribute references
alexkappa opened this issue · 1 comments
alexkappa commented
Description
Most resources documentation includes a section called Attribute Referece. This should list any attribute that was computed during terraform apply
. IDs are often missing from this list of attributes as they are not defined in the resource schema.
So for any resource that implicitly uses IDs, it should be documented.
New or Affected Resource(s)
Almost all resources
Potential Documentation
<!-- docs/resources/organization.md -->
## Attributes Reference
In addition to the arguments listed above, the following computed attributes are
exported:
+ * `id` - Organization ID
* `version_id` - Version ID of the deployed action. This value is available if `deploy` is set to true
References
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
sergiught commented
We have moved this issue over at auth0/terraform-provider-auth0#51 as this repo is now maintained at https://github.com/auth0/terraform-provider-auth0.