FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -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
......