From e0148594d5234fb5d42dfe21018d02ed8119827e Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:27:57 +0100 Subject: [PATCH] chore: add disclaimer in description Co-authored-by: Muhammad Atif Ali --- jetbrains-gateway/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetbrains-gateway/main.tf b/jetbrains-gateway/main.tf index 3ddddb9..d197399 100644 --- a/jetbrains-gateway/main.tf +++ b/jetbrains-gateway/main.tf @@ -26,7 +26,7 @@ variable "slug" { variable "agent_name" { type = string - description = "Agent name. (unused)" + description = "Agent name. (unused). Will be removed in a future version" default = "" }