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: