terraform-providers.shell: provider source address (#110160)
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user