From f9c27808dbf7a2310359a57662602d1b852e9b4d Mon Sep 17 00:00:00 2001 From: Dan Pantry Date: Wed, 21 Feb 2024 18:44:20 -0800 Subject: [PATCH] remove tfswitch version --- .tfswitchrc | 1 - git-hooks/pre-commit | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 .tfswitchrc delete mode 100755 git-hooks/pre-commit diff --git a/.tfswitchrc b/.tfswitchrc deleted file mode 100644 index 8ed486ab..00000000 --- a/.tfswitchrc +++ /dev/null @@ -1 +0,0 @@ -1.3.7 \ No newline at end of file diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit deleted file mode 100755 index a7151ff6..00000000 --- a/git-hooks/pre-commit +++ /dev/null @@ -1,2 +0,0 @@ -terraform fmt **/*.tf -cd frontend && npm run fmt && cd -