terraform-provider-aws
terraform-provider-aws copied to clipboard
documentation/add return types to Attributes Reference
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 other comments that do not add relevant new information or questions, 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
Description
Currently under Attributes Reference it doesn't specify the type being returned.
While sometimes it's implicit, it can be misleading.
I'm proposing we make a standard change to the docs across the board to include the type being returned (suggestion below follows "Name - Type - Description").
There have been a few similar recent issues raised that this could have potentially addressed (linked below)
FYI this is my first issue raised, so apologies in advance for any poor etiquette, etc.
Assuming this gets a go-ahead, I would be interested in implementing it, although would welcome some collaboration :)
New or Affected Resource(s)
N/A - although affects all documentation
Potential Terraform Configuration
Attributes Reference
In addition to all arguments above, the following attributes are exported:
-
acceptance_required
- bool - Whether or not VPC endpoint connection requests to the service must be accepted by the service owner -true
orfalse
. -
arn
- string - The Amazon Resource Name (ARN) of the VPC endpoint service. -
availability_zones
- list(string) - The Availability Zones in which the service is available. -
base_endpoint_dns_names
- set(string) - The DNS names for the service.
References
*#15197 *#12487 *#11636 *#11738 *#10273 *#10147 *#9733 *#9381
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.