docs: fix stale import documentation link - #2765
Conversation
The [imported] link in several resource docs pointed at /docs/import/index.html, a relative path from the old terraform.io docs site that no longer resolves correctly. Other resource docs in this repo already point at the current URL; this brings the remaining five in line with that. Fixes vmware#2759
🛑 Legal Compliance Check FailedHi @imansadegh, thank you for your contribution! To merge this Pull Request, you must sign our CLA. Note: Even if you signed off your commits locally (using 1. Read the Document: Click here to read the CLA ⏳ Processing Schedule: |
|
#2759 is already assigned to me. We can accept this change however you'll need to sign the CLA. Marking as draft. Ryan |
tenthirtyam
left a comment
There was a problem hiding this comment.
We can accept this change however you'll need to sign the CLA.
Motivation
Fixes #2759. The
[imported]link in thevsphere_virtual_machineresource docs pointed at/docs/import/index.html, a relative path from the old terraform.io docs site that no longer resolves correctly.While fixing it I found the same stale link in four other resource docs (
vnic,host_port_group,host,datacenter) that hadn't been updated when the rest of the docs moved tohttps://developer.hashicorp.com/terraform/cli/import-- fixed those too so the whole repo is consistent.Documentation-only change, no code touched.