Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Terraform Install

03 Dec 2022 »

~/.bashrc

alias tfautoapply='terraform apply -auto-approve'
alias tfa='terraform apply -auto-approve'
alias tfp='terraform plan'
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install terraform