https://github.com/rishi74744/aws-terraform-scripts
This repository contains terraform scripts to create different AWS resources
https://github.com/rishi74744/aws-terraform-scripts
terraform terraform-aws terraform-configurations terraform-scripts
Last synced: 3 months ago
JSON representation
This repository contains terraform scripts to create different AWS resources
- Host: GitHub
- URL: https://github.com/rishi74744/aws-terraform-scripts
- Owner: Rishi74744
- Created: 2018-09-07T11:18:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T11:52:02.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T15:26:00.410Z (4 months ago)
- Topics: terraform, terraform-aws, terraform-configurations, terraform-scripts
- Language: HCL
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Terraform?
Terraform is an infrastructure as code software by HashiCorp. Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.Configuration files describe to Terraform the components needed to run a single application or your entire datacenter. Terraform generates an execution plan describing what it will do to reach the desired state, and then executes it to build the described infrastructure. As the configuration changes, Terraform is able to determine what changed and create incremental execution plans which can be applied.
The infrastructure Terraform can manage includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS entries, SaaS features, etc.
Visit : https://www.terraform.io/intro/index.html
# Features of Terraform
1. Infrastructure as Code
2. Execution Plans
3. Resource Graph
4. Change Automation# Installing Terraform
Visit : https://www.terraform.io/intro/getting-started/install.html# Benefits of Using Terraform
1. Immutable Infrastructure
2. Declarative Code
3. Client-only Architecture
4. Orchestration Tool
5. Portability
6. Full Stack Deployment# Authentication For AWS -
Visit https://github.com/Rishi74744/aws-terraform-scripts/blob/master/AuthenticationForAWS.md