Skip to content

Commit

Permalink
Used central tarball location variable
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Jan 25, 2024
1 parent 4fafe15 commit d452b0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/aws/db-with-agent/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit d452b0b

Please sign in to comment.