From 83f6642b0ac2f2b38c0718d6c0aa28f56972ea72 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 16:12:29 +0300 Subject: [PATCH] remove validation for vscode-web version --- vscode-web/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vscode-web/main.tf b/vscode-web/main.tf index c45b999..3efe44d 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -46,11 +46,6 @@ variable "custom_version" { type = string description = "The version of VS Code to install." default = "latest" - # add a validation block to validate the version is greater than or equal to 1.82.0 - validation { - condition = var.custom_version >= "1.82.0" - error_message = "Version must be greater than or equal to 1.82.0" - } } resource "coder_script" "vscode-web" {