FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e50faf87 authored by Ryan Kowalewski's avatar Ryan Kowalewski :man_dancing:
Browse files

Merge branch '52-fix-tflint-job' into 'master'

fix: disable terraform_standard_module_structure tflint rule

Closes #52

See merge request !83
parents 93a84229 06815f98
No related branches found
No related tags found
1 merge request!83fix: disable terraform_standard_module_structure tflint rule
......@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.8.2] - 2024-04-10
### Fixed
- `terraform-pipeline.yml`: `tflint` rule `terraform_standard_module_structure` is now disabled.
## [3.8.1] - 2024-04-08
### Fixed
......
......@@ -215,7 +215,7 @@ tflint:
fi
script: |
tflint --init
tflint --recursive
tflint --recursive --disable-rule=terraform_standard_module_structure
rules:
- if: $TFLINT_DISABLED
when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment