diff --git a/Makefile b/Makefile index 411ea6cd..d5754f39 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ install_nodejs_sdk: install_plugins: [ -x "$(shell command -v pulumi 2>/dev/null)" ] || curl -fsSL https://get.pulumi.com | sh + pulumi plugin install resource aws 5.37.0 lint_provider: provider cd provider && golangci-lint run -c ../.golangci.yml