We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4854d5c + 289083a commit a22760cCopy full SHA for a22760c
1 file changed
main.go
@@ -56,7 +56,7 @@ func main() {
56
allowedExt[".auto.tfvars"] = true
57
allowedExt[".auto.tfvars.json"] = true
58
allowedExt[".json"] = true
59
- allowedExt[".properties"] = true
+ //allowedExt[".properties"] = true needs more testing
60
61
if *versionFlag {
62
fmt.Printf("Version : %s\n", version)
0 commit comments