Unverified Commit ca4f1081 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

tf2pulumi: drop (#473034)

parents 13047f59 1f28898e
Loading
Loading
Loading
Loading
+0 −35
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  fetchFromGitHub,
}:

buildGoModule rec {
  pname = "tf2pulumi";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "pulumi";
    repo = "tf2pulumi";
    rev = "v${version}";
    sha256 = "sha256-i6nK1AEnQY47ro6tNDBExdcb9WvltY/21FVrVaiSTvo=";
  };

  vendorHash = "sha256-x7GAkbvhML2VUQ9/zitrTBBiy9lISb3iTx6yn5WbEig=";

  ldflags = [
    "-s"
    "-w"
    "-X=github.com/pulumi/tf2pulumi/version.Version=${src.rev}"
  ];

  subPackages = [ "." ];

  meta = {
    description = "Convert Terraform projects to Pulumi TypeScript programs";
    mainProgram = "tf2pulumi";
    homepage = "https://www.pulumi.com/tf2pulumi/";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ mausch ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -1600,6 +1600,7 @@ mapAliases {
  texinfo4 = throw "'texinfo4' has been removed in favor of the latest version"; # Added 2025-06-08
  textual-paint = throw "'textual-paint' has been removed as it is broken"; # Added 2025-09-10
  tezos-rust-libs = throw "ligo has been removed from nixpkgs for lack of maintenance"; # Added 2025-06-03
  tf2pulumi = throw "'tf2pulumi' has been removed because upstream removed the repo. Consider using https://github.com/pulumi/pulumi-converter-terraform instead"; # Added 2025-12-21
  tfplugindocs = throw "'tfplugindocs' has been renamed to/replaced by 'terraform-plugin-docs'"; # Converted to throw 2025-10-27
  thefuck = throw "'thefuck' has been removed due to lack of maintenance upstream and incompatible with python 3.12+. Consider using 'pay-respects' instead"; # Added 2025-05-30
  theLoungePlugins = throw "'theLoungePlugins' has been removed due to only containing throws"; # Added 2025-09-25