chore(codex): add TODO for removing deprecated install_agentapi in 5.0.0

This commit is contained in:
Atif Ali 2026-02-04 07:20:22 +00:00
parent 52603754cd
commit fa5fb31454

View File

@ -134,6 +134,7 @@ variable "openai_api_key" {
default = ""
}
# TODO: Remove install_agentapi in next major version (5.0.0)
variable "install_agentapi" {
type = bool
description = "DEPRECATED: Use enable_tasks instead. Whether to install AgentAPI."