Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 5, 2023
1 parent f5558a7 commit 34f2bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/variables.s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ variable "bucket_policy_disabled" {
}

variable "versioning" {
descripton = "Flag to enable ot disable bucket versioning. This may be used for the standard submodule, but it is ignored for title26 (enforced to be enabled)"
type = bool
default = false
description = "Flag to enable ot disable bucket versioning. This may be used for the standard submodule, but it is ignored for title26 (enforced to be enabled)"
type = bool
default = false
}

0 comments on commit 34f2bb5

Please sign in to comment.