Skip to content

Commit

Permalink
Adding .PHONY back in
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Feb 16, 2024
1 parent 5321a38 commit 9b5fc29
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terragrunt/aft/main/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/audit/main/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/audit/sre_bot/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/common/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/log_archive/legacy_archives/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/log_archive/sre_bot/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/modules/allow_assumed_role/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/modules/existing_security_hub_member/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/modules/guardduty_detectors/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/org_account/aft/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/org_account/main/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/org_account/roles/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/org_account/sentinel_oidc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down
2 changes: 2 additions & 0 deletions terragrunt/org_account/spend_notifier/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: fmt docs

fmt:
@terraform fmt -recursive

Expand Down

0 comments on commit 9b5fc29

Please sign in to comment.