More on documentation
This commit is contained in:
parent
9b6dd4cc61
commit
623651e49b
1 changed files with 11 additions and 0 deletions
11
README.md
11
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue