FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5b79fcc7 authored by Roy Harrington's avatar Roy Harrington
Browse files

Switch to use terraform-module.yml. This provides the same functionality as...

Switch to use terraform-module.yml. This provides the same functionality as the original script, namely to lint the Terraform with the addition of creating a Terraform Module if a commit tag is provided
parent b3423ae7
No related branches found
No related tags found
1 merge request!61Switch to use Terraform-Module.gitlab-ci.yml. This provides the same...
Pipeline #378966 passed
# The "test" job will run the following tests:
#
# Terraform's "fmt" utility does not request any changes (i.e. a code lint)
test:
image: docker:stable-git
services:
- docker:stable-dind
script:
# Run terraform's format checker.
- docker run -v $(pwd):/deploy --rm hashicorp/terraform:light fmt -check -diff /deploy
include:
- project: 'uis/devops/continuous-delivery/ci-templates'
file: '/terraform-module.yml'
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