terraform-provider-vcd
terraform-provider-vcd copied to clipboard
Missing attribute reference documentation for some ressources
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
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