chore: CDKTF | cleanup

This commit is contained in:
2025-07-14 13:37:49 +05:00
parent 9e2a57c0eb
commit cde19a0d73
2 changed files with 1 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
# Define the devshell
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
kubernetes-helm
kubectl
nil
terraform

View File

@@ -6,7 +6,6 @@ import { HelmProvider } from "@cdktf/provider-helm/lib/provider";
import { KubernetesProvider } from "@cdktf/provider-kubernetes/lib/provider";
import { GiteaServer } from "./gitea/server";
import { OnePassword } from "./1password/1password";
dotenv.config();