5 lines
94 B
Bash
5 lines
94 B
Bash
#!/usr/bin/env bash
|
|
#%%MULTILINE_YAML_START
|
|
#Terraform fmt
|
|
tofu fmt -diff -check -write=false
|