Skip to content

Commit 8f7bdbb

Browse files
authored
Merge pull request #2 from cloud-native-toolkit/triceam-patch-1
Updated TF_CLI_ARGS for apply command only
2 parents 8b49500 + e68e390 commit 8f7bdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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"
6+
ENV TF_CLI_ARGS_apply="-parallelism=6"
77

88
RUN apk add --no-cache \
99
unzip \

0 commit comments

Comments
 (0)