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.
2 parents 7f94838 + 8965bec commit 3f5b6feCopy full SHA for 3f5b6fe
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