From 97901917bf500c44657a69d0e4730325fe0b1f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:01:16 +0100 Subject: [PATCH] chore(terraform): update documentation for https://github.com/jenkins-infra/pipeline-library/pull/817 as per jenkins-infra/helpdesk#3823 (comment) changing to AgentLabel --- terraform/README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terraform/README.adoc b/terraform/README.adoc index 958b274..4cf1937 100644 --- a/terraform/README.adoc +++ b/terraform/README.adoc @@ -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:") 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.