TEAM-AAAAAAAAAAAAAAAA / Whanos

Automatic deployment of EPITECH projects
https://cavonstavants-organization.gitbook.io/whanos-documentation/
2 stars 0 forks source link

terraform: Deploy jenkins server on GCE instance #4

Closed Cavonstavant closed 1 year ago

Cavonstavant commented 1 year ago

Please, format the files related to Terraform

Something like this will do it :

find . -type f -name "*.tf" -exec terraform fmt {} \;

I'll do a commit hook

majent4 commented 1 year ago

Please, format the files related to Terraform Something like this will do it :

find . -type f -name "*.tf" -exec terraform fmt {} \;

I'll do a commit hook

Ok, I did a batch formatting