File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Requirements
1919- [ Terraform] ( https://www.terraform.io/downloads.html ) 0.10.x
2020- [ Go] ( https://golang.org/doc/install ) 1.11 (to build the provider plugin)
2121
22- Building The Provider
22+ Building the provider
2323---------------------
24241 . Clone repository to: ` $GOPATH/src/github.com/terraform-providers/terraform-provider-checkpoint `
2525
@@ -41,7 +41,7 @@ $ make build
4141
42424 . For local development, update ` dev_overrides ` configuration file. See the next section below.
4343
44- Developing the Provider
44+ Developing the provider
4545---------------------------
4646
4747If you wish to work on the provider, you'll first need [ Go] ( http://www.golang.org ) installed on your machine (version 1.11+ is * required* ).
@@ -88,4 +88,4 @@ $ make test
8888* Note:* Acceptance tests create real resources, and often cost money to run.
8989``` sh
9090$ make testacc
91- ```
91+ ```
You can’t perform that action at this time.
0 commit comments