Skip to content

--rendered-provider-name doesn't work #177

Closed
@magodo

Description

@magodo

After upgrading from v0.9.0 to v0.13.0, the --rendered-provider-name seems to be ignored. E.g. when I run: tfplugindocs generate --rendered-provider-name=Restful --provider-name restful for my project https://github.com/magodo/terraform-provider-restful, there is no match in the docs folder for Restful:

terraform-provider-restful on  action via 🐹 v1.18.5
💤  grep -r Restful docs

terraform-provider-restful on  action via 🐹 v1.18.5
💢  grep -r restful docs
docs/index.md:page_title: "restful Provider"
docs/index.md:  The restful provider provides resource and data source to interact with a platform that exposes a restful API.
docs/index.md:# restful Provider
docs/index.md:The restful provider provides resource and data source to interact with a platform that exposes a restful API.
docs/index.md:provider "restful" {
docs/resources/resource.md:page_title: "restful_resource Resource - restful"
docs/resources/resource.md:  restful_resource manages a restful resource.
docs/resources/resource.md:# restful_resource (Resource)
docs/resources/resource.md:`restful_resource` manages a restful resource.
docs/resources/resource.md:resource "restful_resource" "rg" {
docs/resources/resource.md:terraform import restful_resource.example '{
docs/resources/operation.md:page_title: "restful_operation Resource - restful"
docs/resources/operation.md:  restful_operation represents a one-time API call operation.
docs/resources/operation.md:# restful_operation (Resource)
docs/resources/operation.md:`restful_operation` represents a one-time API call operation.
docs/data-sources/resource.md:page_title: "restful_resource Data Source - restful"
docs/data-sources/resource.md:  restful_resource data source can be used to retrieve the model of a restful resource by ID.
docs/data-sources/resource.md:# restful_resource (Data Source)
docs/data-sources/resource.md:`restful_resource` data source can be used to retrieve the model of a restful resource by ID.
docs/data-sources/resource.md:data "restful_resource" "test" {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions