Skip to content

Commit

Permalink
Add justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabarskov committed Mar 20, 2024
1 parent d5811b1 commit 78a1545
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions infrastructure/terraform/justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
default:
just list

configure:
tofu init -backend=false

fix:
tofu fmt -recursive .

validate:
tofu fmt -check -recursive .
tofu validate .

0 comments on commit 78a1545

Please sign in to comment.