tf2pulumi: drop

This commit is contained in:
Justin Restivo
2025-12-21 16:28:37 -05:00
parent 35a02217d3
commit 1f28898e14
2 changed files with 1 additions and 35 deletions
-35
View File
@@ -1,35 +0,0 @@
{
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
View File
@@ -1595,6 +1595,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