From 86fc2f46c6b6869ce56a7538b82cb84433476ec6 Mon Sep 17 00:00:00 2001 From: Jan Sebastian Siwy Date: Mon, 23 Sep 2024 11:06:21 +0200 Subject: [PATCH] Unify structure of module variables --- variables.tf | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/variables.tf b/variables.tf index 14cde0e..3b86320 100644 --- a/variables.tf +++ b/variables.tf @@ -41,7 +41,9 @@ EOS variable "bucket_name" { type = string - description = "Name of the S3 bucket to create" + description = <