Skip to content

Commit

Permalink
chore(deps): bump github.com/aquasecurity/terraform-provider-aquasec …
Browse files Browse the repository at this point in the history
…from 0.8.20 to 0.8.22 in /provider (#92)
  • Loading branch information
dependabot[bot] committed Feb 26, 2023
1 parent c108b1b commit cda8076
Show file tree
Hide file tree
Showing 897 changed files with 6,061 additions and 45 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tfgen:: install_plugins
provider:: tfgen install_plugins # build the provider binary
(cd provider && go build -o $(WORKING_DIR)/bin/${PROVIDER} -ldflags "-X ${PROJECT}/${VERSION_PATH}=${VERSION}" ${PROJECT}/${PROVIDER_PATH}/cmd/${PROVIDER})

build_sdks:: install_plugins provider build_nodejs build_python build_go build_dotnet build_java # build all the sdks
build_sdks:: install_plugins provider build_nodejs build_python build_go build_dotnet #build_java # build all the sdks

build_nodejs:: VERSION := $(shell pulumictl get version --language javascript)
build_nodejs:: install_plugins tfgen # build the node sdk
Expand Down

0 comments on commit cda8076

Please sign in to comment.