Skip to content

Commit

Permalink
Update template of variable.tf
Browse files Browse the repository at this point in the history
- Change tab to 2 spaces
- Remove a space after "description"
  • Loading branch information
xluffy committed Mar 27, 2019
1 parent 680b1c3 commit c2d15a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.go
Expand Up @@ -17,7 +17,7 @@ var tfFileExt = "*.tf"
var dstFile = "./variables.tf"
var varTemplate = template.Must(template.New("var_file").Parse(`{{range .}}
variable "{{ . }}" {
description = ""
description = ""
}
{{end}}`))

Expand Down

0 comments on commit c2d15a7

Please sign in to comment.