FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
feat: add terraform-fmt job
· a86d9741
Dmitrii Unterov
authored
Jul 23, 2024
a86d9741
Merge branch '76-replace-fmt-with-terrafrom-fmt' into 'master'
· e0034798
Adam Deacon
authored
Jul 24, 2024
feat: add terraform-fmt job See merge request
!90
e0034798
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e0034798
...
...
@@ -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
...
...
terraform-module.yml
View file @
e0034798
...
...
@@ -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