Remove non required variables

This commit is contained in:
2023-06-28 02:49:15 +00:00
parent 2fb9a8d771
commit 3b670bb76f
-12
View File
@@ -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"