Skip to content

Commit

Permalink
Merge pull request #136 from jenkins-infra/smerle33-update-readme
Browse files Browse the repository at this point in the history
chore(terraform): update documentation for jenkins-infra/pipeline-library#817
  • Loading branch information
smerle33 authored Jan 19, 2024
2 parents ea928db + 9790191 commit 170be3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ The function `terraform()` is defined in https://github.com/jenkins-infra/pipeli
* `stagingCredentials`: (Optional - Default: "[]") list of Jenkins secrets to be used for the staging environment
* `productionCredentials`: (Optional - Default: "[]") list of Jenkins secrets to be used for the *production* environment
* `cronTriggerExpression`: (Optional - Default: "@daily") cron expression (as a string) to define when to trigger a build
* `agentContainerImage`: (Optional - Default: "jenkinsciinfra/hashicorp-tools:<latest stable tag>") Docker image to use as agent,
providing a reproductible environment (fixed versions of Terraform, trivy, golang, etc.)
* `agentLabel`: (Optional - Default: "jnlp-linux-arm64"), Agent use, providing a reproductible environment (fixed versions of Terraform, trivy, golang, etc.) from the ALLINONE: https://github.com/jenkins-infra/packer-images
* `runCommonTests`: (Optional - Default: true) Wether to execute the default (and common) test suite
* `runTests`: (Optional - Default: false)Wether to execute custom tests provided by the current project by running the command `make --directory=./tests/` from the root of the project.

Expand Down

0 comments on commit 170be3a

Please sign in to comment.