generated from Azure/terraform-azurerm-avm-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add new files to repo * add new files to repo * add new files to repo * add new files to repo * add new files to repo * adding changes to repo * update files * update formatting * update examples * adding new module * update files * update virtual wan example * update files
- Loading branch information
1 parent
e8d6ef7
commit 47ad5d9
Showing
26 changed files
with
1,381 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
.PHONY: docs | ||
docs: | ||
@echo "==> Generating module documentation..." | ||
terraform-docs -c .terraform-docs.yml . | ||
@echo "==> Generating examples documentation..." | ||
cd examples && for d in $$(ls -d */); do terraform-docs $$d; done | ||
SHELL := /bin/bash | ||
|
||
.PHONY: fmt | ||
fmt: | ||
@echo "==> Fixing Terraform code with terraform fmt..." | ||
terraform fmt -recursive | ||
@echo "==> Fixing embedded Terraform with terrafmt..." | ||
find . | egrep ".md|.tf" | grep -v README.md | sort | while read f; do terrafmt fmt $$f; done | ||
|
||
.PHONY: tools | ||
tools: | ||
go install github.com/katbyte/terrafmt@latest | ||
go install github.com/terraform-docs/terraform-docs@latest | ||
$(shell curl -H 'Cache-Control: no-cache, no-store' -sSL "https://raw.githubusercontent.com/Azure/tfmod-scaffold/main/avmmakefile" -o avmmakefile) | ||
-include avmmakefile |
Oops, something went wrong.