From d28fd1be1bfceb103278ac0882e6b9c4b28273b5 Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Wed, 9 Oct 2024 13:58:18 -0700 Subject: [PATCH] Remove duplicate variable --- terraform/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 1f7ca5b3..7ba79f3e 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -161,11 +161,6 @@ variable "WEBADE_OAUTH2_WFPREV_UI_CLIENT_SECRET" { default = "" } -variable "WEBADE_OAUTH2_CHECK_TOKEN_URL" { - type = string - default = "" -} - variable "client_name" { description = "Name of the client" type = string