Skip to content

Commit

Permalink
add versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
juwisnie authored Dec 1, 2020
1 parent d30d0f3 commit bf71833
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site-main/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,9 @@ variable "enable_oai" {
description = "Enable/Disable OAI in CloudFront distribution"
default = false
}

variable "versioning" {
description = "Enable/Disable Bucket versioning"
default = false
}

0 comments on commit bf71833

Please sign in to comment.