diff --git a/README.md b/README.md index a534bda..9cca1a4 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,15 @@ To figure out how to use this makefile just type ```sh make help + +help: Show this help. +clean-bin: Clean all the generated binaries +clean-terraform-state: Clean all the terraform state generated by terraform-init/terraform-apply +clean: Clean all the generated resources +terraform-init: Execute terraform-init on example terraform directory +terraform-apply: Execute terraform-apply on example directory +build: Build binaries, both the backed dummy server as the terraform provider binary +install-provider: Install provider in the terraform plugin directory +run-backend: Start the backend web server ``` +