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

This commit is contained in:
Matej Urbas
2021-01-20 16:42:36 +00:00
committed by GitHub
parent b16c1df5c9
commit 6a1bee335e

View File

@@ -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";