About | Features | Technologies | Requirements | Starting | License | Author
Meus estudos iniciais sobre gerenciar estrutura com Terraform, seguindo as aulas do Alura.
✔️ Terraform;
✔️ Estudo inicial;
✔️ Seguindo o Curso alura;
The following tools were used in this project:
Before starting 🏁, you need to have Git installed.
# Clone this project
$ git clone https://github.com/ricardo-yuri/terraform.git
# Install terraform on debian - Repository Configuration
$ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
# Oficial repository
$ sudo apt-add-repository "deb [arch=$(dpkg --print-architecture)] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
# Run apt install
$ sudo apt install terraform
#
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Ricardo Yuri