Skip to content

Commit 8529437

Browse files
Update TFLint plugin terraform-linters/tflint-ruleset-azurerm to v0.31.1 (#83)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-linters/tflint-ruleset-azurerm](https://redirect.github.com/terraform-linters/tflint-ruleset-azurerm) | plugin | patch | `0.31.0` → `0.31.1` | --- ### Release Notes <details> <summary>terraform-linters/tflint-ruleset-azurerm (terraform-linters/tflint-ruleset-azurerm)</summary> ### [`v0.31.1`](https://redirect.github.com/terraform-linters/tflint-ruleset-azurerm/releases/tag/v0.31.1) [Compare Source](https://redirect.github.com/terraform-linters/tflint-ruleset-azurerm/compare/v0.31.0...v0.31.1) #### What's Changed - build(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;466](https://redirect.github.com/terraform-linters/tflint-ruleset-azurerm/pull/466) - fix: fixes the issue [#&#8203;467](https://redirect.github.com/terraform-linters/tflint-ruleset-azurerm/issues/467) by setting expand mode to none in AppServiceAppInsightsHiddenLinkRule by [@&#8203;tyler-bsc](https://redirect.github.com/tyler-bsc) in [#&#8203;465](https://redirect.github.com/terraform-linters/tflint-ruleset-azurerm/pull/465) #### New Contributors - [@&#8203;tyler-bsc](https://redirect.github.com/tyler-bsc) made their first contribution in [#&#8203;465](https://redirect.github.com/terraform-linters/tflint-ruleset-azurerm/pull/465) **Full Changelog**: <terraform-linters/tflint-ruleset-azurerm@v0.31.0...v0.31.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/riege/code-quality). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e06d0f8 commit 8529437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugin "terraform" {
1313
# add special rules for MS Azure Resource Manager
1414
plugin "azurerm" {
1515
enabled = true
16-
version = "0.31.0"
16+
version = "0.31.1"
1717
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
1818
}
1919

0 commit comments

Comments
 (0)