Skip to content

Commit

Permalink
Adding versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
javsanbel2 committed Nov 28, 2024
1 parent f73c42a commit 5d345ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,18 @@ variable "ecs_requires_compatibilities" {
default = ["EC2", "FARGATE"]
}

variable "noncurrent_version_expiration_days" {
description = "Number of days (TTL) before objects are expired. Bucket need to have versioning enabled."
type = number
default = 7
}

variable "newer_noncurrent_versions" {
description = "Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer. Bucket need to have versioning enabled."
type = number
default = 3
}

variable "hms_ro_tolerations" {
description = <<EOF
Adds a list of tolerations for the HMS readonly pods. For example if you
Expand Down

0 comments on commit 5d345ff

Please sign in to comment.