Remove non required variables
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user