Skip to content

Commit

Permalink
[PRMT-3317] - Added comment within the description field of s3_backup…
Browse files Browse the repository at this point in the history
…_enabled
  • Loading branch information
MohammadIqbalAD-NHS committed Nov 23, 2023
1 parent ca07320 commit cdb26a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {}
Expand Down

0 comments on commit cdb26a8

Please sign in to comment.