Skip to content

Commit b507f5e

Browse files
committed
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.
1 parent 58e4136 commit b507f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/vendor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"comment": "",
3-
"ignore": "appengine test github.com/hashicorp/nomad/",
3+
"ignore": "appengine test github.com/hashicorp/nomad/ github.com/hashicorp/terraform/backend",
44
"package": [
55
{
66
"checksumSHA1": "FIL83loX9V9APvGQIjJpbxq53F0=",

0 commit comments

Comments
 (0)