Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down