Skip to content

Commit 8965bec

Browse files
authored
fix: typing on tags should be map not object
1 parent 7f94838 commit 8965bec

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
@@ -103,5 +103,5 @@ variable "max_session_duration" {
103103
variable "tags" {
104104
default = {}
105105
description = "Map of tags to be applied to all resources."
106-
type = object({})
106+
type = map(string)
107107
}

0 commit comments

Comments
 (0)