Skip to content

Commit

Permalink
update terraform module
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyanio committed Oct 19, 2020
1 parent 8e48058 commit 055ddb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ variable "bucket_enabled" {
description = "Enable simple S3."
}

variable "mfa_delete" {
type = bool
default = false
description = "Enable MFA delete for either Change the versioning state of your bucket or Permanently delete an object version."
}

variable "bucket_logging_enabled" {
type = bool
default = false
Expand Down Expand Up @@ -164,12 +170,6 @@ variable "lifecycle_glacier_object_prefix" {
description = "Object key prefix identifying one or more objects to which the lifecycle rule applies."
}

variable "mfa_delete" {
type = bool
default = false
description = "Enable MFA delete for either Change the versioning state of your bucket or Permanently delete an object version."
}

variable "lifecycle_days_to_glacier_transition" {
type = number
default = 180
Expand Down

0 comments on commit 055ddb2

Please sign in to comment.