mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
terraform: add passthru.tests
This commit is contained in:
parent
e445607380
commit
8075598884
1 changed files with 4 additions and 1 deletions
|
@ -196,7 +196,10 @@ rec {
|
|||
sha256 = "sha256-LkRCumyNHVBSsXRp1ovNMGCeidK/jVCjh9H1HSE1Lm8=";
|
||||
vendorSha256 = "sha256-CVgAmPM0nt0Wx+N0qs+IO5KwCWnbfif70EHjBi0bIsQ=";
|
||||
patches = [ ./provider-path-0_15.patch ];
|
||||
passthru = { inherit plugins; };
|
||||
passthru = {
|
||||
inherit plugins;
|
||||
tests = { inherit terraform_plugins_test; };
|
||||
};
|
||||
};
|
||||
|
||||
# Tests that the plugins are being used. Terraform looks at the specific
|
||||
|
|
Loading…
Reference in a new issue