Skip to content

Commit 4974f31

Browse files
authored
chore: add var description
1 parent 4a11d29 commit 4974f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/complete/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
variable "region" {
2-
type = string
2+
type = string
3+
description = "AWS Region"
34
}

0 commit comments

Comments
 (0)