From 34f2bb5ce9e2e938b9865ac218465b47813fbc02 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 5 Jan 2023 14:35:29 -0500 Subject: [PATCH] fix --- common/variables.s3.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/variables.s3.tf b/common/variables.s3.tf index 0977251..043097c 100644 --- a/common/variables.s3.tf +++ b/common/variables.s3.tf @@ -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 }