Skip to content

Commit

Permalink
Updated make file
Browse files Browse the repository at this point in the history
We don't need the AWS provider in there
Updated the random provider (just to bring it close to what's actually
out there)
  • Loading branch information
pierskarsenbarg committed Nov 4, 2024
1 parent 881134c commit 307a70f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ clean::

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

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

0 comments on commit 307a70f

Please sign in to comment.