Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update provider usage/build docs and how to update a dependency #138

Merged
merged 3 commits into from
Oct 25, 2018

Conversation

jacobbednarz
Copy link
Member

I've had a few questions about how I manage my Terraform development workflow so I've documented that.

This also includes a new updating dependencies section so that I don't need to keep looking up the govendor docs everytime I need it 😛

@ghost ghost added the size/M label Oct 25, 2018
README.md Outdated Show resolved Hide resolved
Co-Authored-By: jacobbednarz <[email protected]>
README.md Outdated

## Developing the Provider

If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.8+ 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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need 1.9 already.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated in 595382a

@patryk patryk merged commit 5894c48 into cloudflare:master Oct 25, 2018
@jacobbednarz jacobbednarz deleted the better-docs branch October 25, 2018 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants