Skip to content

Commit 9cebacb

Browse files
authored
added TF_CLI_ARGS parallelism default value
1 parent 0112b27 commit 9cebacb

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)