Skip to content

Commit 8b49500

Browse files
authored
Merge pull request #1 from cloud-native-toolkit/parallelism
added TF_CLI_ARGS parallelism default value
2 parents 0112b27 + 9cebacb commit 8b49500

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM quay.io/cloudnativetoolkit/terraform:v1.1-v1.3.0
33
ARG TARGETPLATFORM
44
ENV OPENSHIFT_CLI_VERSION 4.10
55

6+
ENV TF_CLI_ARGS="-parallelism=6"
7+
68
RUN apk add --no-cache \
79
unzip \
810
sudo \

0 commit comments

Comments
 (0)