From 623651e49becefa2bf8586b1d736218628b5b155 Mon Sep 17 00:00:00 2001 From: Bitor Tonixa Balenca Date: Wed, 20 Dec 2023 20:27:20 +0000 Subject: [PATCH] More on documentation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ``` +