FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -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).
## [4.4.0] - 2024-07-23
### Added
- `terraform-module.yml`: previously deleted job "fmt" replaced with "terraform-fmt"
from `terraform-lint.yml`.
## [4.3.1] - 2024-07-19
### Fixed
......
......@@ -9,9 +9,16 @@ include:
- template: Terraform-Module.gitlab-ci.yml
- local: "/auto-devops-stages.yml"
- local: "/auto-devops/check-latest-tag-in-changelog.yml"
- local: "/terraform-lint.yml"
# Fail-safe workflow rules if none are specified. These can be overridden by CI configuration which includes us.
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
variables:
TERRAFORM_MODULE_SYSTEM: devops
TERRAFORM_DEPLOY_IMAGE: registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/logan-terraform
TERRAFORM_DEPLOY_VERSION: "1.4"
TF_DATA_DIR: ${CI_PROJECT_DIR}/terraform_data
TERRAFORM_VALIDATE_DISABLED: true
TFLINT_DISABLED: true
TRIVY_DISABLED: true