Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent d285f27 commit b8eedb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ endif
all: init
$(TERRAFORM) apply $(TF_VARS)

fmt:
$(TERRAFORM) fmt -check -recursive .

validate:
$(TERRAFORM) validate

image/%: init
$(TERRAFORM) apply $(TF_VARS) -target=module.$*

Expand Down

0 comments on commit b8eedb0

Please sign in to comment.