1
0
mirror of https://github.com/rancher/quickstart.git synced 2026-02-05 12:45:15 +01:00

Add make target to format all terraform files

This commit is contained in:
Bastian Hofmann
2020-08-24 11:13:36 +02:00
parent 7e57129692
commit ccea3d6edf

View File

@@ -1,3 +1,7 @@
.PHONY: test
test:
cd test/ && go test -v -timeout 45m
cd test/ && go test -v -timeout 45m
.PHONY: fmt
fmt:
terraform fmt -recursive