From d452b0be221727f5c46835b41c470b67508fb057 Mon Sep 17 00:00:00 2001 From: "linda.nasredin" Date: Thu, 25 Jan 2024 17:53:16 +0200 Subject: [PATCH] Used central tarball location variable --- modules/aws/db-with-agent/variables.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/aws/db-with-agent/variables.tf b/modules/aws/db-with-agent/variables.tf index 7ba572636..056d0a997 100644 --- a/modules/aws/db-with-agent/variables.tf +++ b/modules/aws/db-with-agent/variables.tf @@ -82,7 +82,11 @@ variable "binaries_location" { s3_key = string }) description = "S3 DSF DAM agent installation location" - default = null + default = { + s3_bucket = null + s3_region = null + s3_key = null + } } variable "tags" {