We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f94838 commit 8965becCopy full SHA for 8965bec
variables.tf
@@ -103,5 +103,5 @@ variable "max_session_duration" {
103
variable "tags" {
104
default = {}
105
description = "Map of tags to be applied to all resources."
106
- type = object({})
+ type = map(string)
107
}
0 commit comments