Skip to content

Commit

Permalink
Merge branch 'master' into updatecli_3a2b5cd71e815741a9930edf3b8ae410…
Browse files Browse the repository at this point in the history
…401d4a95ccd9d25799fec0e7ea821cfd
  • Loading branch information
dduportal authored Aug 21, 2023
2 parents 74df6a1 + b2ff884 commit fa775a8
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:0.6.4', // Version managed by updatecli
agentContainerImage: 'jenkinsciinfra/hashicorp-tools:1.0.0', // 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 fa775a8

Please sign in to comment.