chore: reduce parallelism
All checks were successful
Build / build (pull_request) Successful in 1m34s
All checks were successful
Build / build (pull_request) Successful in 1m34s
- reduce plan to 4 - reduce apply to 2 - build servers only have two cores currently
This commit is contained in:
parent
66d1f8fab8
commit
0b99805b09
4
Makefile
4
Makefile
@ -38,11 +38,11 @@ init:
|
||||
|
||||
plan: init
|
||||
@$(call vault_env) && \
|
||||
terragrunt run --all --parallelism 8 --non-interactive plan
|
||||
terragrunt run --all --parallelism 4 --non-interactive plan
|
||||
|
||||
apply: init
|
||||
@$(call vault_env) && \
|
||||
terragrunt run --all --parallelism 5 --non-interactive apply
|
||||
terragrunt run --all --parallelism 2 --non-interactive apply
|
||||
|
||||
output:
|
||||
@$(call vault_env) && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user