Skip to content

Commit

Permalink
added issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Apr 2, 2024
1 parent 251de72 commit dbe58cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/aws/s3/bucket/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ variable "intelligent_tiering_days" {
variable "lifecycle_rules" {
description = "(Optional) Configuration of object lifecycle management (LCM). Can have several rules as a list of maps where each map is the lifecycle rule configuration."
type = any
# Commenting out as this is causing a bug where expiration is always being set to 0 days. https://github.com/zachreborn/terraform-modules/issues/60
# type = list(object({
# id = string
# status = string
Expand Down
1 change: 1 addition & 0 deletions modules/aws/transfer_family/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ variable "vpc_id" {
variable "lifecycle_rules" {
description = "(Optional) Configuration of object lifecycle management (LCM). Can have several rules as a list of maps where each map is the lifecycle rule configuration."
type = any
# Commenting out as this is causing a bug where expiration is always being set to 0 days. https://github.com/zachreborn/terraform-modules/issues/60
# type = list(object({
# id = string
# status = string
Expand Down

0 comments on commit dbe58cc

Please sign in to comment.