terraform-provider-vcd icon indicating copy to clipboard operation
terraform-provider-vcd copied to clipboard

Missing attribute reference documentation for some ressources

Open jpbuecken opened this issue 5 years ago • 2 comments

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,:

  • vcd_vapp_vm
  • ??? - not checked all documentation

jpbuecken avatar Nov 29 '19 09:11 jpbuecken

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

jpbuecken avatar Nov 29 '19 10:11 jpbuecken