Skip to content

Commit

Permalink
vendor: Ignore github.com/hashicorp/terraform/backend
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
radeksimko committed Aug 10, 2017
1 parent 573de3d commit a020155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/vendor.json
Original file line number Diff line number Diff line change
@@ -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": "FIL83loX9V9APvGQIjJpbxq53F0=",
Expand Down

0 comments on commit a020155

Please sign in to comment.