chore: remove ovververbose description

This commit is contained in:
35C4n0r
2026-06-02 17:00:35 +00:00
parent 8795bc399e
commit e30d56bd63
+1 -1
View File
@@ -50,7 +50,7 @@ variable "install_codex" {
variable "codex_version" { variable "codex_version" {
type = string type = string
description = "The version of Codex to install. Accepts 'latest' or a semver like '0.10.0'." description = "The version of Codex to install."
default = "latest" default = "latest"
} }