Skip to content

Commit 3f5b6fe

Browse files
authored
Merge pull request #3 from henworth/patch-1
fix: typing on tags should be map not object
2 parents 7f94838 + 8965bec commit 3f5b6fe

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)