From cdb26a80887c689bc4bf2612ed1d1a379fe7b97c Mon Sep 17 00:00:00 2001 From: Mohammad Iqbal Date: Thu, 23 Nov 2023 11:12:01 +0000 Subject: [PATCH] [PRMT-3317] - Added comment within the description field of s3_backup_enabled --- terraform/variables.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 7b6a04a9..6b4590de 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -19,8 +19,9 @@ variable "s3_prev_bucket_name" {} # Set to true if if the environment needs backing up e.g. in production. # This will result in versioning and object locking being enabled for select buckets containing critical live data. variable "s3_backup_enabled" { - type = bool - default = false + type = bool + default = false + description = "Set to true if the environment needs backing up e.g. in production. This will result in versioning and object locking being enabled for select buckets containing critical live data." } variable "task_image_tag" {}