From 183238bb1ac034d23035f2c2b037fd2e4986430f Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Wed, 29 Apr 2026 15:52:00 +0100 Subject: [PATCH] fix: pin terraform CLI version to 1.14.9 in ci/cd pipelines Replaces 'latest' default with pinned version 1.14.9 across GitHub Actions and Azure DevOps pipeline templates for ci.yaml and cd.yaml to ensure deterministic builds. --- alz/azuredevops/pipelines/terraform/main/cd.yaml | 2 +- alz/azuredevops/pipelines/terraform/main/ci.yaml | 2 +- alz/github/actions/terraform/main/workflows/cd.yaml | 2 +- alz/github/actions/terraform/main/workflows/ci.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alz/azuredevops/pipelines/terraform/main/cd.yaml b/alz/azuredevops/pipelines/terraform/main/cd.yaml index 4269f202..590986c3 100644 --- a/alz/azuredevops/pipelines/terraform/main/cd.yaml +++ b/alz/azuredevops/pipelines/terraform/main/cd.yaml @@ -21,7 +21,7 @@ parameters: - name: terraform_cli_version displayName: Terraform CLI Version type: string - default: 'latest' + default: '1.14.9' lockBehavior: sequential diff --git a/alz/azuredevops/pipelines/terraform/main/ci.yaml b/alz/azuredevops/pipelines/terraform/main/ci.yaml index 20d2fde8..460aae2e 100644 --- a/alz/azuredevops/pipelines/terraform/main/ci.yaml +++ b/alz/azuredevops/pipelines/terraform/main/ci.yaml @@ -12,7 +12,7 @@ parameters: - name: terraform_cli_version displayName: Terraform CLI Version type: string - default: 'latest' + default: '1.14.9' lockBehavior: sequential diff --git a/alz/github/actions/terraform/main/workflows/cd.yaml b/alz/github/actions/terraform/main/workflows/cd.yaml index 70e6d25d..5893159d 100644 --- a/alz/github/actions/terraform/main/workflows/cd.yaml +++ b/alz/github/actions/terraform/main/workflows/cd.yaml @@ -17,7 +17,7 @@ on: terraform_cli_version: description: 'Terraform CLI Version' required: true - default: 'latest' + default: '1.14.9' type: string jobs: diff --git a/alz/github/actions/terraform/main/workflows/ci.yaml b/alz/github/actions/terraform/main/workflows/ci.yaml index 9eb5b6e3..3034f7ab 100644 --- a/alz/github/actions/terraform/main/workflows/ci.yaml +++ b/alz/github/actions/terraform/main/workflows/ci.yaml @@ -9,7 +9,7 @@ on: terraform_cli_version: description: 'Terraform CLI Version' required: true - default: 'latest' + default: '1.14.9' type: string jobs: