diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d04e15192be542f480da72c16311f9a001566b9..6416c68b9dce8975ab9990b1917928a1ed9b8465 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,3 @@
-# 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'
diff --git a/CHANGELOG b/CHANGELOG
index 925e6a545ad5219cbe4bcddea381b9fbde70145f..7855af145bad50e049ec81812714e1b5fd36cf95 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,16 @@
 # Changelog
+
 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).
 
+## [8.3.0] - 2023-08-18
+
+### Added
+
+- Include terraform-module.yml pipeline to publish new versions of this module to the internal Terraform Registry.
+
 ## [8.2.0] - 2023-07-04
 
 ### Added