This website requires JavaScript.
Explore
Help
Sign in
systems
/
infrastructure
Watch
1
Fork
You've already forked infrastructure
0
Code
Issues
1
Pull requests
12
Activity
Actions
dda1431450
infrastructure
/
scripts
/
terraform-lint.sh
12 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
Init terraform
2020-02-21 18:44:25 +00:00
#!/usr/bin/env bash
set
-e
cd
terraform/
Add CI to validate terraform
2020-02-21 18:51:06 +00:00
set
-x
terraform validate
Init terraform
2020-02-21 18:44:25 +00:00
terraform fmt -check -recursive
Reference in a new issue
Copy permalink