Skip to content

Commit

Permalink
Merge pull request #2 from hattan/story/2061
Browse files Browse the repository at this point in the history
Add Unit Tests for Storage Account Name Rule
  • Loading branch information
hattan authored Aug 27, 2020
2 parents d68f1e3 + 5e6b247 commit 7b5db58
Show file tree
Hide file tree
Showing 4 changed files with 1,208 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tools/apispec-rule-gen/schema/.terraform
tflint-ruleset-azurerm
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/terraform-linters/tflint-ruleset-azurerm
go 1.14

require (
github.com/golang/mock v1.1.1
github.com/google/go-cmp v0.5.1
github.com/hashicorp/hcl/v2 v2.6.0
github.com/terraform-linters/tflint-plugin-sdk v0.4.0
Expand Down
Loading

0 comments on commit 7b5db58

Please sign in to comment.