Skip to content

Commit d29c1b1

Browse files
committed
Update descriptions
1 parent 9ec6a65 commit d29c1b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variable.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ variable "name" {
2929

3030
variable "delimiter" {
3131
type = string
32-
description = "delimiter, which could be used between name, namespace and env"
32+
description = "delimiter, which could be used between name, namespace and env."
3333
default = "-"
3434
}
3535

3636
variable "attributes" {
3737
type = list(any)
3838
default = []
39-
description = "attributes, which could be used for additional attributes"
39+
description = "attributes, which could be used for additional attributes."
4040
}
4141

4242
variable "tags" {
43-
description = "tags, which could be used for additional tags"
43+
description = "tags, which could be used for additional tags."
4444
type = any
4545
default = []
4646
}

0 commit comments

Comments
 (0)