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 9ec6a65 commit d29c1b1Copy full SHA for d29c1b1
variable.tf
@@ -29,18 +29,18 @@ variable "name" {
29
30
variable "delimiter" {
31
type = string
32
- description = "delimiter, which could be used between name, namespace and env"
+ description = "delimiter, which could be used between name, namespace and env."
33
default = "-"
34
}
35
36
variable "attributes" {
37
type = list(any)
38
default = []
39
- description = "attributes, which could be used for additional attributes"
+ description = "attributes, which could be used for additional attributes."
40
41
42
variable "tags" {
43
- description = "tags, which could be used for additional tags"
+ description = "tags, which could be used for additional tags."
44
type = any
45
46
0 commit comments