Skip to content

Commit 2c45bde

Browse files
authored
feat(logging): change logging variable type to any
1 parent 59f65af commit 2c45bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ variable "versioning" {
150150

151151
variable "logging" {
152152
description = "Map containing access bucket logging configuration."
153-
type = map(string)
153+
type = any
154154
default = {}
155155
}
156156

0 commit comments

Comments
 (0)