Skip to content

Commit b26a38c

Browse files
committed
Add note about document generation and registry
1 parent 2dd2006 commit b26a38c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
Terraform `null` Provider
22
=========================
33

4-
- Website: https://www.terraform.io
5-
- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)
6-
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
7-
8-
<img src="https://cdn.rawgit.com/hashicorp/terraform-website/master/content/source/assets/images/logo-hashicorp.svg" width="600px">
4+
See the documentation for this provider on the [Terraform Registry](https://registry.terraform.io/providers/hashicorp/null/latest/docs) for usage information.
95

106
Maintainers
117
-----------
@@ -34,14 +30,13 @@ $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-null
3430
$ make build
3531
```
3632

37-
Using the provider
38-
----------------------
39-
## Fill in for each provider
4033

4134
Developing the Provider
4235
---------------------------
4336

44-
If 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*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.
37+
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.15+ is *required*).
38+
39+
To generate the documentation, run `go generate` in the root of the codebase.
4540

4641
To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.
4742

0 commit comments

Comments
 (0)