From dd19476297e917cd4940b96827e56c8d8253cbd9 Mon Sep 17 00:00:00 2001 From: Ante Marin Date: Mon, 25 Mar 2024 09:14:18 +0100 Subject: [PATCH] test commit --- variables.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/variables.tf b/variables.tf index 8254b06..7ad4fec 100644 --- a/variables.tf +++ b/variables.tf @@ -1,3 +1,10 @@ +variable "justAtest" { + type = string + description = "A test variable" + default = "99.99" + +} + variable "tags" { type = map(any) description = "The tags to be added to all resources."