Skip to content

Commit

Permalink
feat: add new module for linting test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehakan committed Aug 23, 2024
1 parent 0b4b9b3 commit 3bdb78b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/sample-module/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plugin "terraform" {
enabled = true
preset = "recommended"
}

# TODO: setup tflint rulesets for your providers
# for example: https://github.com/terraform-linters/tflint-ruleset-aws
5 changes: 5 additions & 0 deletions modules/sample-module/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
terraform {
required_version = ">= 1.0.0"
}

# TODO: add your providers
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,15 @@
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"modules/sample-module": {
"component": "sample-module",
"release-type": "terraform-module",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"separate-pull-requests": true,
Expand Down

0 comments on commit 3bdb78b

Please sign in to comment.