Skip to content

Commit

Permalink
update var
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 12, 2025
1 parent 494cdd6 commit 1669c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ variable "log_bucket" {

variable "settings" {
description = "Configuration settings map"
type = map()
type = map(any)
default = {}
}

0 comments on commit 1669c72

Please sign in to comment.