Skip to content

Commit

Permalink
bug: fix rule name for modtm (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate authored Feb 25, 2025
1 parent af4dc51 commit d4f88b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion avm.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ rule "tags" {
enabled = true
}

rule "provider_modtm_version" {
rule "provider_modtm_version_constraint" {
enabled = true
}

Expand Down
2 changes: 1 addition & 1 deletion avm.tflint_example.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ rule "tags" {
enabled = false
}

rule "provider_modtm_version" {
rule "provider_modtm_version_constraint" {
enabled = false
}

Expand Down
2 changes: 1 addition & 1 deletion avm.tflint_module.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ rule "tags" {
enabled = true
}

rule "provider_modtm_version" {
rule "provider_modtm_version_constraint" {
enabled = false
}

Expand Down

0 comments on commit d4f88b0

Please sign in to comment.