hashicorp/terraform-plugin-docs

tfplugindocs migrate command outputs absolute file paths

bendbennett opened this issue · 1 comments

Version

v0.17.0

Issue

Running tfplugindocs migrate on [Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.17.0](hashicorp/terraform-provider-scaffolding-framework@2263dfa) generates absolute paths.

Expected

{{tffile "examples/example_1.tf"}}

Actual

{{tffile "/Users/bdb/go/src/github/hashicorp/terraform-provider-scaffolding-framework/examples/example_1.tf"}}