More on documentation

This commit is contained in:
Bitor Tonixa Balenca 2023-12-20 20:27:20 +00:00
parent 9b6dd4cc61
commit 623651e49b
No known key found for this signature in database
GPG key ID: AF4454DAA92FA1F4

View file

@ -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
```