Commit 4f6f0e02 authored by nimrod's avatar nimrod
Browse files

Symlinks for old Terraform versions.

Easier invocations.
parent 2a5639ff
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,6 +156,8 @@ RUN apt-get update && \
    brew cleanup --prune=all -s && \
    ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \
    ln --symbolic --target /usr/local/bin/ /usr/local/opt/helm@2/bin/* && \
    ln --symbolic /usr/local/opt/terraform@0.12/bin/terraform /usr/local/bin/terraform0.12 && \
    ln --symbolic /usr/local/opt/terraform@0.13/bin/terraform /usr/local/bin/terraform0.13 && \
    python3 -m pip install --use-deprecated=legacy-resolver \
        ansible \
        ansible-runner \