vmware / terraform-provider-vcd

Terraform VMware Cloud Director provider
https://www.terraform.io/docs/providers/vcd/
Mozilla Public License 2.0
148 stars 112 forks source link

Missing attribute reference documentation for some ressources #409

Open jpbuecken opened 4 years ago

jpbuecken commented 4 years ago

Usually, the terraform docs have an argument reference section and an attribute reference section.

argument reference is for input parameter attribute reference for output parameter, e.g. for further usage

Example: https://www.terraform.io/docs/providers/aws/d/instance.html

For some vcd ressources, I miss the attribute reference.

Example: https://www.terraform.io/docs/providers/vcd/r/vapp_vm.html is missing vcd_vapp_vm.name.id (which point to servername and not vcd id, I will open a separate case for this)

Affected Resource(s)

Please list the resources as a list,:

jpbuecken commented 4 years ago

vcd_vapp_vm.name.id (which point to servername and not vcd id, I will open a separate case for this)

https://github.com/terraform-providers/terraform-provider-vcd/issues/410