Commit Graph

13 Commits

Author SHA1 Message Date
Paddy
ba0e969f36
Update to latest 0.12 sdk. (#3656) 2019-05-20 10:29:42 -07:00
Riley Karson
5ea4adf6f1
Vendor new Go GCP API clients (#3529) 2019-05-01 13:20:21 -07:00
Riley Karson
334552e8c8 Vendor early8 (#3453) 2019-04-17 18:03:07 -07:00
Paddy
0965a6c8d8
Vendor terraform to fix ImportStateVerify bug. (#3444)
Vendor the latest Terraform so we can get the fix for ImportStateVerify
diffing on Removed fields.

```
export GO111MODULE=on
go get github.com/hashicorp/terraform@master
go mod tidy
go mod vendor
```
2019-04-16 11:49:53 -07:00
Riley Karson
dbf9188792
Vendor 0.12 SDK (#3432)
```bash
GO111MODULE=on go get github.com/hashicorp/terraform@pluginsdk-v0.12-early7
GO111MODULE=on go mod vendor
GO111MODULE=on go mod tidy
```
2019-04-15 13:39:47 -07:00
Riley Karson
9ff66c4283
Revert the 0.12 SDK (#3158)
We aren't ready to release a `0.12` SDK based build because of these issues:

• https://github.com/hashicorp/terraform/issues/20505https://github.com/hashicorp/terraform/issues/20507https://github.com/hashicorp/terraform/issues/20506https://github.com/hashicorp/terraform/issues/20504
2019-02-28 16:33:44 -08:00
Paddy
42b2d22ae5
Update to new 0.12 tag. (#3130) 2019-02-26 15:25:34 -08:00
Paddy
77acb3cb7c
Update to use the 0.12 SDK. (#3129) 2019-02-26 14:56:13 -08:00
The Magician
6b0fceb3c9 Delete GCS objects in parallel (#2944)
<!-- This change is generated by MagicModules. -->
/cc @sethvargo
2019-01-28 11:26:13 -08:00
Nathan McKinley
808775c12c
update to hashicorp/go-getter (#2922)
* update to hashicorp/go-getter

* go mod vendor.

* go mod tidy
2019-01-23 18:07:01 -08:00
Nathan McKinley
e55e6a403f
Revert "Update hashicorp/terraform to 0.12-alpha4. (#2744)" (#2752)
This reverts commit b89618ccaa, containing
0.12-alpha4, which is broken.  Sets don't seem to work, and neither do
many resources.
2018-12-26 13:43:19 -08:00
Nathan McKinley
b89618ccaa
Update hashicorp/terraform to 0.12-alpha4. (#2744) 2018-12-26 10:59:22 -08:00
Paddy
961c878e0d Switch to using Go modules. (#2679)
Switch to using Go modules.

This migrates our vendor.json to use Go 1.11's modules system, and
replaces the vendor folder with the output of go mod vendor.

The vendored code should remain basically the same; I believe some
tree shaking of packages and support scripts/licenses/READMEs/etc.
happened.

This also fixes Travis and our Makefile to no longer use govendor.
2018-12-20 17:22:22 -08:00