7 lines
128 B
Bash
Executable file
7 lines
128 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
./scripts/terraform/terraform.sh validate
|
|
|
|
./scripts/terraform/terraform.sh fmt -check -recursive
|