Terraform and my learning
12 March, 2023
Terraform
-
Terraform is an open-source tool for provisioning and managing infrastructure as code.
-
It codifies infrastructure into configuration files that are editable, reusable and sharable.
-
It supports a wide range of infrastructure providers (AWS, GCP, Azure, VMware, etc.) and can manage their lifecycles.
-
Infrastructure is defined using the HashiCorp Configuration Language (HCL) in a simple and declarative manner.
-
It enables infrastructure to be versioned, tested and collaborated on.
-
It helps you build, change and improve your infrastructure in a consistent and predictable fashion.
You can find the Terraform documentation at https://www.terraform.io/docs/index.html. The documentation includes getting started guides, concepts, provider documentation, and more.
First Interactions
March 12, 2023
Created git repo
https://github.com/xerexcoded/Terrfaformstuff
- This repo consist my first use of terraform along with AWS
- It was an overall good experience 🙃