mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
2ea58ec12f
commit
b4c1ab2d12
2
vendor/vendor.json
vendored
2
vendor/vendor.json
vendored
@ -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=",
|
||||
|
Loading…
Reference in New Issue
Block a user