about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMatej Urbas <25388474+mupdt@users.noreply.github.com>2021-01-20 16:42:36 +0000
committerGitHub <noreply@github.com>2021-01-20 17:42:36 +0100
commit6a1bee335e99de581f79fbc0c1ecd3ca306c9fba (patch)
tree069128834ba4b945a8693bc318112abc5f9e2901 /pkgs/applications/networking/cluster
parentb16c1df5c9639a96fbec8cd94246c0557cf97696 (diff)
terraform-providers.shell: provider source address (#110160)
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/terraform-providers/shell/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/terraform-providers/shell/default.nix b/pkgs/applications/networking/cluster/terraform-providers/shell/default.nix
index 4833a96778848..2bf7675875284 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/shell/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-providers/shell/default.nix
@@ -20,6 +20,8 @@ buildGoModule rec {
   # if the versions are not provided via file paths.
   postInstall = "mv $out/bin/${pname}{,_v${version}}";
 
+  passthru.provider-source-address = "registry.terraform.io/scottwinkler/shell";
+
   meta = with lib; {
     inherit (src.meta) homepage;
     description = "Terraform provider for executing shell commands and saving output to state file";