Commit Graph

18 Commits

Author SHA1 Message Date
Riley Karson
3d43932a49
Update go versions used in development (#2934)
Adding `.x` to Travis means use the latest minor version according to its docs.

I didn't update the "Requirements" header because this is just because of Go Modules; see https://github.com/terraform-providers/terraform-provider-google/pull/2932 for why. Since it's just a development change, it doesn't impact _using_ the provider.

Although, out of curiosity- is that header for development? Or is there a real requirement to have Go installed to use Terraform providers?
2019-02-01 07:58:37 -08:00
Riley Karson
c58d204c3e Improve provider upgrade docs in README (#2217)
Pull provider usage docs above building/development, highlight explicitly that upgrading is manual, call out `google-beta` and link provider-versions here too.

PR is against `2.0.0` but I wouldn't hate getting it into master or making `2.0.0` the primary branch on GitHub until we release 2.0.0.
2018-12-20 17:22:22 -08:00
Riley Karson
6ecffddf1b
Add information about vendoring to CONTRIBUTING.md (#2045)
I've seen questions about how to vendor come up from new members of our team and from the community in some OSS issues. Let's make our tribal knowledge a documented process!
2018-09-13 10:30:08 -07:00
Paddy Carver
010c0f3288 Update README and run fmt. 2018-09-05 15:24:22 -07:00
Riley Karson
aa1f07c5c6 Link to the detailed test guide in project readme (#1854)
Right now, we have a detailed guide to running acceptance tests in [CONTRIBUTING.MD](https://github.com/terraform-providers/terraform-provider-google/blob/master/.github/CONTRIBUTING.md#tests) while this file has the one-size-fits-all guideline of running `make test` and `make testacc` with no arguments. Instead, we can link to the detailed, provider specific guide so that we properly surface the required arguments/environment variables for `make testacc`, and don't incorrectly introduce `make test` as the primary means of testing the Google provider.
2018-08-10 16:18:11 -07:00
Julien Phalip
838296e155 Fix readme to require Go version 1.9 (#1011)
With go 1.8, `make build` returns the following error:

```
# github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/config
vendor/github.com/hashicorp/terraform/config/testing.go:9: t.Helper undefined (type *testing.T has no field or method Helper)
```
2018-01-26 16:37:19 -08:00
Vincent Roseberry
a6d50b0c87
Make the link to the documentation more discoverable (#739)
Right now, the link is under the "Using the provider" section, I think it doesn't hurt to also add it at the top of the README file.
2017-11-14 13:19:15 -08:00
Martin Atkins
df247070e0 Update README.md 2017-11-10 14:29:45 -08:00
Paddy
470346f64a Update readme with upgrade info.
This is an expansion of @nodesocket's work in #338.
2017-11-07 14:50:30 -08:00
Justin
28af37d8c8 added block in README.md on upgrading 2017-08-17 16:50:32 -07:00
Riley Karson
95570b1ed0 Fix the Terraform logo link 2017-07-26 10:27:20 -07:00
Joe Selman
13025b2f11 Fix broken link 2017-06-22 10:12:07 -07:00
Joe Selman
86370dd298 Update title to be more specific 2017-06-20 11:29:10 -07:00
Patrick Decat
8621def0cd Typo: make bin => make build
```
# make bin
make: *** No rule to make target 'bin'.  Stop.
```
2017-06-13 14:04:48 +02:00
Riley Karson
eeaf659c97 Update README.md with Google-specific changes. 2017-06-12 10:14:00 -07:00
Riley Karson
41352adf57 Updated checkout location in readme. 2017-06-09 16:04:05 -07:00
Riley Karson
36c0c8b4f8 Fix Github organisation in cloning instructions.
Change the Github organisation from hashicorp/ to terraform-providers/ so the repository can be cloned.
2017-06-09 15:26:06 -07:00
Jake
5d420e83f6 initial commit 2017-06-05 20:54:03 +00:00