Add CI to validate terraform
This commit is contained in:
@ -4,4 +4,8 @@ set -e
|
||||
|
||||
cd terraform/
|
||||
|
||||
set -x
|
||||
|
||||
terraform validate
|
||||
|
||||
terraform fmt -check -recursive
|
||||
|
Reference in New Issue
Block a user