Skip to content

Commit

Permalink
feat(logging): change logging variable type to any
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton authored Dec 21, 2023
1 parent 59f65af commit 2c45bde
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 @@ -150,7 +150,7 @@ variable "versioning" {

variable "logging" {
description = "Map containing access bucket logging configuration."
type = map(string)
type = any
default = {}
}

Expand Down

0 comments on commit 2c45bde

Please sign in to comment.