Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ README-generated.md

**/override.tf

.tflint.hcl
.tflint_example.hcl

tfmod-scaffold/
scripts
test/go.sum

/TestRecord
**/TestRecord.md.tmp
**/TestRecord.md.tmp
13 changes: 13 additions & 0 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
plugin "terraform" {
enabled = true
preset = "recommended"
}

plugin "azurerm" {
enabled = true
version = "0.28.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

# Azurerm rules — installed but NOT enforced yet. Enablement deferred to Phase 4.
# Individual rule enables go here after Phase 1 4.x migration is complete.
Loading