terraform-providers.shell: provider source address (#110160)

This commit is contained in:
Matej Urbas
2021-01-20 17:42:36 +01:00
committed by GitHub
parent b16c1df5c9
commit 6a1bee335e
@@ -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";