FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

fix: .terraform-plan job

Merged Dmitrii Unterov requested to merge 95-fix-tf-plan-job into master
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -5,6 +5,13 @@ 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).
## [6.4.1] - 2024-12-10
### Fixed
- Fixed an "integer expression expected" issue in a `.terraform-plan` job in the
`terraform-pipeline-base.yml` file by removing subshell `( ... )` from a command.
## [6.4.0] - 2024-12-05
### Changed
Loading