https://github.com/kunchalavikram1427/terraform_public
Terraform for public use
https://github.com/kunchalavikram1427/terraform_public
Last synced: 8 months ago
JSON representation
Terraform for public use
- Host: GitHub
- URL: https://github.com/kunchalavikram1427/terraform_public
- Owner: kunchalavikram1427
- License: apache-2.0
- Created: 2021-01-27T16:54:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T18:37:02.000Z (about 2 years ago)
- Last Synced: 2025-01-15T15:00:17.022Z (10 months ago)
- Size: 2.65 MB
- Stars: 5
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Made Easy
Terraform is HashiCorp’s Infrastructure as Code tool.
It lets you define infrastructure in human-readable, declarative configuration files and manages your infrastructure's lifecycle.
All configuration files are written in HCL(HashiCorp Configuration Language).
Most of the IaC tools, like Chef and Ansible, follow the client-server architecture while Terraform uses cloud provider APIs to configure the infrastructure.
Cloud-agnostic nature; you can deploy infrastructure to any cloud environment, such as Azure, AWS, GCP, and VMware, as well as on-premises environments.
## Installation
https://developer.hashicorp.com/terraform/downloads?product_intent=terraform