JavaScript is Disabled
Please enable javascript and refresh the page
Skip to main content
Azure DevOps
harisekhon
/
GitHub
/
Repos
/
Commits
/
Terraform
Sign in to your account
Sign in
GitHub
Overview
Boards
Repos
Files
Commits
Branches
Tags
Pull requests
Pipelines
Artifacts
updated Makefile
Browse Files
4e1a61cb
Hari Sekhon
committed
May 12, 2021
master
Files
Details
Parent 1 → This commit
Filter
1 changed file
Inline
Terraform
Makefile
Makefile
/Makefile
-1
+1
/Makefile
View
Add comment
19
Add comment
20
.PHONY: wc
Add comment
21
wc:
Add comment
22
Minus
wc
-l
*.tf
*/*tf
*.tfvars
Add comment
22
Plus
find
.
-name '
*.tf
'
-o -iname
'
*.tfvars
' | xargs wc -l
Add comment
23