Skip to content

Commit

Permalink
Merge branch 'master' into doc-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
korenyoni authored Mar 6, 2023
2 parents 8331117 + 7563d61 commit e392cd0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ vet:
exit 1; \
fi

docs:
@echo "==> Generating Provider Documentation..."
docs-prepare:
@echo "==> Setting up docs..."
which tfplugindocs || go get github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@${TFPLUGINDOCS_VERSION}

docs: docs-prepare
@echo "==> Generating Provider Documentation..."
tfplugindocs generate

.PHONY: build test testacc vet fmt fmtcheck lint tools test-compile docs
.PHONY: build test testacc vet fmt fmtcheck lint tools test-compile docs docs-prepare

0 comments on commit e392cd0

Please sign in to comment.