diff --git a/Makefile b/Makefile index 583dbbee3..0eba369dc 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ core-dev: generate core-test: generate @echo "Testing core packages..." && \ go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'terraform/(builtin|vendor)') - + # Shorthand for building and installing just one plugin for local testing. # Run as (for example): make plugin-dev PLUGIN=provider-aws plugin-dev: generate