File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ COPY --from=terraform /bin/terraform /usr/local/bin/terraform
2222USER setup
2323RUN cd /terraform/ \
2424 && curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/"${COLLECTION_VERSION}" /deploy/helm/sumologic/conf/setup/main.tf \
25- && terraform init \
25+ && terraform init -input=false || terraform init -input=false -upgrade \
2626 && rm main.tf
2727RUN cd /monitors/ \
2828 && git clone https://github.com/SumoLogic/terraform-sumologic-sumo-logic-monitor.git \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY --from=terraform /bin/terraform /usr/local/bin/terraform
2727USER setup
2828RUN cd /terraform/ \
2929 && curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/refs/heads/bump-terraform/deploy/helm/sumologic/conf/setup/main.tf \
30- && terraform init \
30+ && terraform init -input=false || terraform init -input=false -upgrade \
3131 && rm main.tf
3232RUN cd /monitors/ \
3333 && git clone https://github.com/SumoLogic/terraform-sumologic-sumo-logic-monitor.git \
You can’t perform that action at this time.
0 commit comments