Add hcl extension

Signed-off-by: CrazyMax <google@crazymax.dev>
This commit is contained in:
CrazyMax
2021-08-09 20:56:16 +02:00
committed by Will Norris
parent b431030b15
commit 5be3beef79
4 changed files with 32 additions and 2 deletions

8
testdata/initial/file.hcl vendored Normal file
View File

@@ -0,0 +1,8 @@
group "default" {
targets = ["build"]
}
target "build" {
dockerfile = "./Dockerfile"
output = ["type=docker"]
}