Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanketbhandare/terraformtutorial

Terraform Tutorial for Beginners
https://github.com/sanketbhandare/terraformtutorial

Last synced: 11 days ago
JSON representation

Terraform Tutorial for Beginners

Awesome Lists containing this project

README

        

# Terraform Tutorial

### Basic Installation Steps on RHEL / CentOS System

sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
pkill yum # To kill any running processes of yum before installting terraform
sudo yum -y install terraform

---------------------------------------------------------------------------------------------------------