From 65187324ae8f372b2ef9ae190fc32ed39b7246a4 Mon Sep 17 00:00:00 2001 From: "updatecli-gha-in-jenkins-infra-org[bot]" <83065101+updatecli-gha-in-jenkins-infra-org[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:07:02 +0100 Subject: [PATCH] Bump `hashicorp-tools` docker image to 1.0.59 (#819) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Update Terraform file in groovy code Made with ❤️️ by updatecli Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- vars/terraform.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/terraform.groovy b/vars/terraform.groovy index cc976369..6f98402d 100644 --- a/vars/terraform.groovy +++ b/vars/terraform.groovy @@ -9,7 +9,7 @@ def call(userConfig = [:]) { stagingCredentials: [], // No custom secrets for staging by default productionCredentials: [], // No custom secrets for production by default productionBranch: 'main', // Defaults to the principal branch - agentContainerImage: 'jenkinsciinfra/hashicorp-tools:1.0.57', // Version managed by updatecli + agentContainerImage: 'jenkinsciinfra/hashicorp-tools:1.0.59', // Version managed by updatecli runTests: false, // Executes the tests provided by the "calling" project, which should provide a tests/Makefile runCommonTests: true, // Executes the default test suite from the shared tools repository (terratest) ]