From 0aa4d21dacdf53b83c16c7d1100d1afeb7a36f1b Mon Sep 17 00:00:00 2001 From: Jan Sebastian Siwy Date: Mon, 23 Sep 2024 11:07:02 +0200 Subject: [PATCH] Unify structure of module variables --- variables.tf | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/variables.tf b/variables.tf index cff21f2..7b366ee 100644 --- a/variables.tf +++ b/variables.tf @@ -1,14 +1,9 @@ variable "name_prefix" { type = string - description = "Name prefix for the SecretsManager. The full name will be $${var.name_prefix}.rollbar_access_tokens." -} - -variable "tags" { - type = map(string) - default = {} - - description = "Tags which will be assigned to all resources." + description = <