Skip to content

Commit

Permalink
Add explicit provider name to tfplugindocs so it works even if folder…
Browse files Browse the repository at this point in the history
… name does not match
  • Loading branch information
Tsonov committed Nov 15, 2024
1 parent 2ec8cfd commit 99a9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ generate-sdk:
.PHONY: generate-docs
generate-docs:
go install github.com/hashicorp/terraform-plugin-docs/cmd/[email protected]
tfplugindocs generate --rendered-provider-name "CAST AI" --ignore-deprecated
tfplugindocs generate --rendered-provider-name "CAST AI" --ignore-deprecated --provider-name terraform-provider-castai

.PHONY: generate-all
generate-all: generate-sdk generate-docs
Expand Down

0 comments on commit 99a9e3f

Please sign in to comment.