We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0112b27 commit 9cebacbCopy full SHA for 9cebacb
1 file changed
Dockerfile
@@ -3,6 +3,8 @@ FROM quay.io/cloudnativetoolkit/terraform:v1.1-v1.3.0
3
ARG TARGETPLATFORM
4
ENV OPENSHIFT_CLI_VERSION 4.10
5
6
+ENV TF_CLI_ARGS="-parallelism=6"
7
+
8
RUN apk add --no-cache \
9
unzip \
10
sudo \
0 commit comments