From 3b670bb76f80db868d181d430edd7949491ce03c Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 28 Jun 2023 02:49:15 +0000 Subject: [PATCH] Remove non required variables --- default-git/main.tf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/default-git/main.tf b/default-git/main.tf index 0e0f4b5..e98a365 100644 --- a/default-git/main.tf +++ b/default-git/main.tf @@ -28,18 +28,6 @@ provider "docker" { data "coder_workspace" "me" { } -variable "waka_api_url" { - description = "URL For WakaAPI" - type = string - sensitive = true -} - -variable "waka_api_key" { - description = "API Key for WakaAPI" - type = string - sensitive = true -} - data "coder_parameter" "git_repo" { name = "git_repo" display_name= "Git Repo"