From e391fc0fc7cc19b8a0f580a0a9babd533461b1ae Mon Sep 17 00:00:00 2001 From: Domen Date: Mon, 25 Aug 2025 13:06:50 +0200 Subject: [PATCH 1/2] Parallelism constraints information added to DEVELOPMENT.md --- DEVELOPMENT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f4c32c9..2793e3e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -17,6 +17,9 @@ Setup N self-hosted runners Add needed variables/secrets to github project: - variable CI_CONFIG_HC_IP205, content ``` + TF_LOG=info + TF_CLI_ARGS_apply="-parallelism=1" # Platform constraints (does not support parallelism) + HC_TIMEOUT=600.0 HC_HOST=https://10.5.11.205 HC_USERNAME=admin HC_PASSWORD=todo From f872f88270e39a841c28bc9ee7d0582aa937110d Mon Sep 17 00:00:00 2001 From: Domen Date: Mon, 25 Aug 2025 13:26:55 +0200 Subject: [PATCH 2/2] More information added into the root documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f43b97..f08a77e 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ nano env.sh source env.sh # init all the providers in main.tf +# Parallelism is currently not supported, run terraform commands with parallelism=1 set (check DEVELOPMENT.md for more information) terraform init # (optional) check how the resources will be generated