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 d52dc46 commit 1d75e3aCopy full SHA for 1d75e3a
variables.tf
@@ -25,7 +25,7 @@ variable "secret" {
25
26
variable "tags" {
27
description = "A mapping of tags to assign to each resource"
28
- type = map(string)
+ type = map(string)
29
default = {}
30
}
31
0 commit comments