Skip to content

Commit

Permalink
fix: typing on tags should be map not object
Browse files Browse the repository at this point in the history
  • Loading branch information
henworth authored Mar 2, 2022
1 parent 7f94838 commit 8965bec
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 @@ -103,5 +103,5 @@ variable "max_session_duration" {
variable "tags" {
default = {}
description = "Map of tags to be applied to all resources."
type = object({})
type = map(string)
}

0 comments on commit 8965bec

Please sign in to comment.