infrastructure/ci/fmt-tf.sh
2024-02-22 14:20:14 -08:00

4 lines
64 B
Bash

#!/usr/bin/env bash
set -eu
exec terraform fmt -recursive "$@"