Skip to content

Commit

Permalink
Merge pull request #168 from pulumiverse/pulumi-modules
Browse files Browse the repository at this point in the history
Initial remapping into language specific modules or namespaces
  • Loading branch information
ringods authored Jun 14, 2024
2 parents 420d1dc + 08fedce commit 5aac7f0
Show file tree
Hide file tree
Showing 1,251 changed files with 197,511 additions and 33,048 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ lint_provider:: provider # lint the provider code
cd provider && golangci-lint run -c ../.golangci.yml

cleanup:: # cleans up the temporary directory
rm -r $(WORKING_DIR)/bin
rm -rf $(WORKING_DIR)/bin
rm -f provider/cmd/${PROVIDER}/schema.go
rm -f provider/cmd/${PROVIDER}/schema-embed.json

help::
@grep '^[^.#]\+:\s\+.*#' Makefile | \
Expand Down
1,283 changes: 1,195 additions & 88 deletions provider/cmd/pulumi-resource-grafana/bridge-metadata.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5aac7f0

Please sign in to comment.