From 248b0b5ebebc1b7fe66f03ad14fe37eec057ecb2 Mon Sep 17 00:00:00 2001 From: "sivan.hajbi" Date: Tue, 2 Sep 2025 11:53:34 +0300 Subject: [PATCH] update vars desc --- examples/aws/poc/dsf_deployment/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aws/poc/dsf_deployment/variables.tf b/examples/aws/poc/dsf_deployment/variables.tf index bc9503216..1c5277aeb 100644 --- a/examples/aws/poc/dsf_deployment/variables.tf +++ b/examples/aws/poc/dsf_deployment/variables.tf @@ -432,13 +432,13 @@ variable "cte_ddc_agent_ebs_details" { variable "cte_agent_linux_installation_file" { type = string - description = "Path to the CTE agent linux installation file" + description = "Path to the CTE agent linux (RHEL 8.9) installation file" default = null } variable "ddc_agent_linux_installation_file" { type = string - description = "Path to the DDC agent linux installation file" + description = "Path to the DDC agent linux (RHEL 8.9) installation file" default = null }