Skip to content

Commit

Permalink
Bump hashicorp-tools docker image to 1.0.62 (jenkins-infra#824)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
2 people authored and smerle33 committed Jan 16, 2024
1 parent 76a2445 commit cb9b15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/terraform.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.60', // Version managed by updatecli
agentContainerImage: 'jenkinsciinfra/hashicorp-tools:1.0.62', // 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)
]
Expand Down

0 comments on commit cb9b15b

Please sign in to comment.