Skip to content

Commit

Permalink
feat(Makefile): installing pulumi resource splugins aws and null
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeckel committed Oct 9, 2023
1 parent 3e12d2e commit 45a5e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ fmt::

install_plugins:: validate_go_version
[ -x $(shell which pulumi) ] || curl -fsSL https://get.pulumi.com | sh
pulumi plugin install resource random 4.3.1
pulumi plugin install resource random
pulumi plugin install resource aws
pulumi plugin install resource null

install_dotnet_sdk::
mkdir -p $(WORKING_DIR)/nuget
Expand Down

0 comments on commit 45a5e51

Please sign in to comment.