Compare commits

...

2 Commits

Author SHA1 Message Date
Marcin Woźniak bc1db0569d Added new command
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
2023-10-27 15:33:32 +02:00
Marcin Woźniak dc15b60267 Changed the stable version of the terraform
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
2023-10-27 15:33:11 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -81,10 +81,10 @@ function install_terraform_stable() {
if [[ "$(uname)" == "Darwin" ]]; then
brew install tflint -q
brew install tfenv -q
TFENV_ARCH=amd64 tfenv install 1.5.5
tfenv use 1.5.5
TFENV_ARCH=amd64 tfenv install 1.5.7
tfenv use 1.5.7
else
GO111MODULE=on go install github.com/hashicorp/terraform@v1.5.5
GO111MODULE=on go install github.com/hashicorp/terraform@v1.5.7
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
fi
}

1
.zshrc
View File

@ -106,6 +106,7 @@ alias pl="setxkbmap pl"
alias feh="feh --edit --scale-down"
alias graphic-card="glxinfo|egrep 'OpenGL vendor|OpenGL renderer'"
alias mylaptop-components="inxi -Fxz"
alias update_time="sudo ntpdate -b -u vega.cbk.poznan.pl"
# Alias and Export for Mac
if [[ "$(uname)" == "Darwin" ]]; then