Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanketbhandare/terraformtutorial
- Owner: Sanketbhandare
- Created: 2022-03-20T07:14:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T07:20:41.000Z (almost 3 years ago)
- Last Synced: 2024-02-08T17:29:36.294Z (11 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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---------------------------------------------------------------------------------------------------------