Skip to content

Commit c2d15a7

Browse files
author
xluffy
committed
Update template of variable.tf
- Change tab to 2 spaces - Remove a space after "description"
1 parent 680b1c3 commit c2d15a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var tfFileExt = "*.tf"
1717
var dstFile = "./variables.tf"
1818
var varTemplate = template.Must(template.New("var_file").Parse(`{{range .}}
1919
variable "{{ . }}" {
20-
description = ""
20+
description = ""
2121
}
2222
{{end}}`))
2323

0 commit comments

Comments
 (0)