vendor: Ignore github.com/hashicorp/terraform/backend

This is to avoid dependency sprawl - e.g. vendoring AWS or Azure SDK
when we don't really need remote backend functionality
in provider code - it's core's responsibility.
This commit is contained in:
Radek Simko 2017-08-10 15:07:13 +02:00
parent 2ea58ec12f
commit b4c1ab2d12
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19
1 changed files with 1 additions and 1 deletions

2
vendor/vendor.json vendored
View File

@ -1,6 +1,6 @@
{
"comment": "",
"ignore": "appengine test github.com/hashicorp/nomad/",
"ignore": "appengine test github.com/hashicorp/nomad/ github.com/hashicorp/terraform/backend",
"package": [
{
"checksumSHA1": "ZLRh6zW4/DnVsGpgtt+ZiIaEFKc=",