1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "GoogleCloudPlatform";
11 sha256 = "sha256-paBj2vaBicXHMEei2HPW+d4fXWf8VnVhvcanXmo/5KI=";
14 vendorHash = "sha256-Rh2ZGSfa95Yw8GGjsZjwmj0o4qKpygbPsLCbzUTOBxQ=";
16 subPackages = [ "." ];
19 description = "CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code";
20 mainProgram = "terraformer";
21 homepage = "https://github.com/GoogleCloudPlatform/terraformer";
22 license = licenses.asl20;
23 maintainers = [ maintainers.marsam ];