From 98299b72b274ec82444b753c59510f1875e1bbdd Mon Sep 17 00:00:00 2001 From: Aaron Friel Date: Mon, 24 Apr 2023 14:28:53 -0700 Subject: [PATCH] chore: Incorporate pulumi/ci-mgmt#390 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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