/terraform

Estudo alura

Primary LanguageHCL

Terraform

 

Terraform

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Meus estudos iniciais sobre gerenciar estrutura com Terraform, seguindo as aulas do Alura.

✨ Features

✔️ Terraform;
✔️ Estudo inicial;
✔️ Seguindo o Curso alura;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git installed.

🏁 Starting

# 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

# 

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Ricardo Yuri

 

Back to top