From bb35d75edce6f376ef41bd484cbef6c85930f33b Mon Sep 17 00:00:00 2001 From: adil-sultan <87725682+adil-sultan@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:00:23 -0800 Subject: [PATCH] reverting linter and pre-commit test --- modules/amplify-dashboard/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/amplify-dashboard/variables.tf b/modules/amplify-dashboard/variables.tf index ee3602f..b80463d 100644 --- a/modules/amplify-dashboard/variables.tf +++ b/modules/amplify-dashboard/variables.tf @@ -1,9 +1,4 @@ variable "lightstep_project" { description = "Name of Cloud Observability project" type = string -} - -variable "lightstep_test" { - description = "Testing Linters" - type = string } \ No newline at end of file